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
Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |