BUG: ajax url hardcoded
-
The ajax url is hardcoded in form_addition.js
Line 52: url: ‘/wp-admin/admin-ajax.php’,In a Bedrock installation, all ajax calls will fail because this URL is incorrect.
To fix this, please use window.ajaxurl instead of the static path ‘/wp-admin/admin-ajax.php’.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.