woocommerce_customer_stock_notifications_verified

woocommerce_customer_stock_notifications_verified

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.10.9.4

do_action('woocommerce_customer_stock_notifications_verified') 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 );
    
woocommerce_customer_stock_notifications_verified - WordPress Hooks

woocommerce_customer_stock_notifications_verified

woocommerce_customer_stock_notifications_verified

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.10.9.3

do_action('woocommerce_customer_stock_notifications_verified') 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 );