do_action( 'bbp_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: includes/common/functions.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |