WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about admin_action_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/admin.php do_action 419 /**
* Fires when an 'action' request variable is sent.
*
* The dynamic portion of the hook name, `$action`, refers to
* the action derived from the `GET` or `POST` request.
*
* @since 2.6.0
*/

Hook Parameters

Parameter Type Name Description