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
}
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |
Fires when an ‘action’ request variable is sent.
The dynamic portion of the hook name, $_REQUEST['action']
, refers to the action derived from the GET
or POST
request.
}
Version | Description |
---|---|
2.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.