do_action( "admin_action_{$_REQUEST[‘action’]}" )
Fires when an ‘action’ request variable is sent.
Description
The dynamic portion of the hook name, $_REQUEST['action']
, refers to the action derived from the GET
or POST
request.
Source
File: wp-admin/admin.php
Changelog
Version | Description |
---|---|
WP-2.6.0 | Introduced. |