do_action( 'bp_verify_nonce_request', string $action , bool $result )
Fires at the end of the nonce verification check.
Description Description
Parameters Parameters
- $action
-
Action nonce.
- $result
-
Boolean result of nonce verification.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
1.6.0 | Introduced. |