विवरण
Changes the wp-admin/admin-ajax.php endpoint to /ajax/
Adds an endpoint to the REST API at /wp-json/wp/v2/admin-ajax
that behaves exactly as wp-admin/admin-ajax.php
– requires PHP 5.3
स्थापना
- Place /admin-ajax-dot-php-no-thank-you/ directory in /wp-content/plugins/
- Enable the rewrite or REST API endpoints and select a default, at Settings > admin-ajax.php Settings [wp-admin/options-general.php?page=admin-ajax.php-no-thank-you]
- Any place that calls
admin_url( 'admin-ajax.php' )
from PHP orajaxurl
from JavaScript will automatically use the new default endpoint instead of/wp-admin/admin-ajax.php
/wp-json/wp/v2/admin-ajax
in the REST API is also available for receiving requests.
प्रश्नोत्तर
- Installation Instructions
-
- Place /admin-ajax-dot-php-no-thank-you/ directory in /wp-content/plugins/
- Enable the rewrite or REST API endpoints and select a default, at Settings > admin-ajax.php Settings [wp-admin/options-general.php?page=admin-ajax.php-no-thank-you]
- Any place that calls
admin_url( 'admin-ajax.php' )
from PHP orajaxurl
from JavaScript will automatically use the new default endpoint instead of/wp-admin/admin-ajax.php
/wp-json/wp/v2/admin-ajax
in the REST API is also available for receiving requests.
समीक्षाहरू
योगदानकर्ता र डेभलपरहरू
“Admin Ajax dot php? No Thank You!” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“Admin Ajax dot php? No Thank You!” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
0.6.0
- set current_screen global so is_admin() returns true.
0.4.0
- fix calls to admin_url(‘admin-ajax.php’) with query vars in the string
0.3.6
- namespace functions
0.3.5
- fix rest api nonce / authentication, debugger on admin page
0.3.0
- initial admin settings
0.2.0
- Move to class & autoload
0.1.0
- Rest API endpoint added
.0.0.3
- Prep for WP plugin directory
.0.0.2
- Initial functionality, no settings
.0.0.1
- Initial release