do_action( 'el_action', $action, $_REQUEST );
Description
This hook is fired only when the nonce verification is successful. Usually this hook is associated with form submission in the Email Log plugin’s admin pages. A WordPress nonce with the following nonce name structure, must exist for this to work.
$action . '_nonce'
Parameters
- $action: The string identifier that is associated to an action.
- $_REQUEST: The data from HTTP POST or HTTP GET.