Forums
(@mariusmateoc)
2 years, 7 months ago
I have the same problem: /wp-admin/admin-ajax.php:1 Failed to load resource: the server responded with a status of 403 ()
/wp-admin/admin-ajax.php:1 Failed to load resource: the server responded with a status of 403 ()
To fix it I have set wooaa_disable_security_check to true.
wooaa_disable_security_check
add_filter( 'wooaa_disable_security_check', '__return_true' );