woocommerce_customer_stock_notifications_verified, $notification
woocommerce_customer_stock_notifications_verified, $notification
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_customer_stock_notifications_verified, $notification') is found 1 times:
- /src/Internal/StockNotifications/Emails/EmailActionController.php line 163
* @since 10.9.0 * * @param Notification $notification The notification. */ do_action( 'woocommerce_customer_stock_notifications_verified', $notification ); $this->email_manager->send_verified_email( $notification ); // We need a cookie-based session for notices to work on frontend pages. if ( WC()->session instanceof \WC_Session_Handler && ! WC()->session->has_session() ) { WC()->session->set_customer_session_cookie( true );