woocommerce_customer_stock_notifications_requires_nonce_check

woocommerce_customer_stock_notifications_requires_nonce_check

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.2.2

apply_filters('woocommerce_customer_stock_notifications_requires_nonce_check') is found 1 times:

  • /src/Internal/StockNotifications/Frontend/FormHandlerService.php line 115

    Warning: Undefined array key 117 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 118 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 119 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 120 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 *
    		 * @param bool $requires_nonce_check Whether to require nonce check.
    		 * @return bool
    		 */
    		return (bool) apply_filters( 'woocommerce_customer_stock_notifications_requires_nonce_check', $requires_account );
    	}
    }