bbp_verify_nonce_request

bbp_verify_nonce_request

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_verify_nonce_request') is found 1 times:

  • /includes/common/functions.php line 2256
    2252
    2253
    2254
    2255
    2256
    2257
    2258
    2259
    2260
    2261
         *
         * @param string $action Action nonce.
         * @param bool   $result Boolean result of nonce verification.
         */
        do_action( 'bbp_verify_nonce_request', $action, $result );
     
        return $result;
    }
     
    /** Feeds *********************************************************************/