do_action( "admin_action_{$action}" )
Fires when an ‘action’ request variable is sent.
Description
The dynamic portion of the hook name, $action
, refers to the action derived from the GET
or POST
request.
Source
File: wp-admin/admin.php
.
View all references
do_action( "admin_action_{$action}" );
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
By inspecting the code, this is a copy of https://developer.wordpress.org/reference/hooks/admin_action__requestaction/ and one of these help topics should be removed.