Add a front end Ajax handler. Props Denis-de-Bernardy. See #12400

git-svn-id: https://develop.svn.wordpress.org/trunk@13527 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse
2010-03-01 11:49:50 +00:00
parent cd9d4b8291
commit 9e3aaa0bf5
3 changed files with 51 additions and 1 deletions

View File

@@ -289,7 +289,7 @@ do_action( 'init' );
/**
* This hook is fired once WP, all plugins, and the theme are fully loaded and instantiated.
*
* AJAX requests should use wp-admin/admin-ajax.php.
* AJAX requests should use wp-ajax.php and wp-admin/admin-ajax.php instead.
*
* @since 3.0.0
*/