[wp-trac] [WordPress Trac] #7283: admin-post.php POST handler
WordPress Trac
wp-trac at lists.automattic.com
Fri Jul 11 18:55:25 GMT 2008
#7283: admin-post.php POST handler
---------------------+------------------------------------------------------
Reporter: ryan | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.7
Component: General | Version:
Severity: normal | Keywords:
---------------------+------------------------------------------------------
Provide admin-post.php as a handler for POST requests made by plugins.
admin-post.php handles setup and auth. Plugins pass an "action" argument
via POST or GET and admin-post.php issues an "admin_post_$action" action.
Functions registered by the plugin for that action will be kicked off.
This will obviate the need for plugins to provide their own file for POST
handling that has to search for the location of wp-config.php/wp-load.php.
--
Ticket URL: <http://trac.wordpress.org/ticket/7283>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list