Description
WordPress Generic Request (POST/GET) Handler Intended for form submission handling in themes and plugins.
Occurrences
Filename | Line Number |
---|---|
wp-admin/admin-post.php | 30 |
wp-admin/admin-ajax.php | 45 |
wp-admin/admin.php | 175 |
PHP Doc
/**
* WordPress Generic Request (POST/GET) Handler
*
* Intended for form submission handling in themes and plugins.
*
* @package WordPress
* @subpackage Administration
*/