This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Admin Ajax dot php? No Thank You!

ਵੇਰਵਾ

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

ਸਥਾਪਤੀਕਰਨ

  1. Place /admin-ajax-dot-php-no-thank-you/ directory in /wp-content/plugins/
  2. 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]
  3. Any place that calls admin_url( 'admin-ajax.php' ) from PHP or ajaxurl from JavaScript will automatically use the new default endpoint instead of /wp-admin/admin-ajax.php
  4. /wp-json/wp/v2/admin-ajax in the REST API is also available for receiving requests.

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

Installation Instructions
  1. Place /admin-ajax-dot-php-no-thank-you/ directory in /wp-content/plugins/
  2. 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]
  3. Any place that calls admin_url( 'admin-ajax.php' ) from PHP or ajaxurl from JavaScript will automatically use the new default endpoint instead of /wp-admin/admin-ajax.php
  4. /wp-json/wp/v2/admin-ajax in the REST API is also available for receiving requests.

ਸਮੀਖਿਆਵਾਂ

27 ਮਈ 2018
It is a brilliant workaround for websites that prevent you from accessing /wp-admin/ folder from the web.
Read all 1 review

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Admin Ajax dot php? No Thank You!” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“Admin Ajax dot php? No Thank You!” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

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