Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/admin-post.php | do_action | 30 | /** * WordPress Generic Request (POST/GET) Handler * * Intended for form submission handling in themes and plugins. * * @package WordPress * @subpackage Administration */ |
wp-admin/admin-ajax.php | do_action | 45 | /** * Executing Ajax process. * * @since 2.1.0 */ |
wp-admin/admin.php | do_action | 175 | /** * Fires as an admin screen or script is being initialized. * * Note, this does not just run on user-facing admin screens. * It runs on admin-ajax.php and admin-post.php as well. * * This is roughly analogous to the more general {@see 'init'} hook, which fires earlier. * * @since 2.5.0 */ |
Hook Parameters
Parameter Type | Name | Description |
---|