You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.
update 0.11.0 (or 0.11.1) broke my site and i found the issue
I use this to set ajax url :
wp_localize_script( 'jquery', 'MyAjax', array( 'ajaxurl' => admin_url( 'admin-ajax.php' ) ) );
but admin_url() is now returning main site url
(my site setup is complicated, with logged-in users being attached to a specific domain)
The text was updated successfully, but these errors were encountered:
update 0.11.0 (or 0.11.1) broke my site and i found the issue
I use this to set ajax url :
wp_localize_script( 'jquery', 'MyAjax', array( 'ajaxurl' => admin_url( 'admin-ajax.php' ) ) );
but admin_url() is now returning main site url
(my site setup is complicated, with logged-in users being attached to a specific domain)
The text was updated successfully, but these errors were encountered: