Fires once the admin request has been validated or not.
$actionstring
$resultfalse|int
The filter hook is applied in the default check_admin_referrer() function after the nonce has been checked for security purposes; this allows a plugin to force WordPress to die for extra security reasons. Note that check_admin_referrer is also a “pluggable” function, meaning that plugins can override it.
do_action( 'check_admin_referer', $action, $result );
| Version | Description |
|---|---|
| 1.5.1 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/check_admin_referer