bd_get_action_nonce_check

bd_get_action_nonce_check

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bulk-delete.6.11

apply_filters('bd_get_action_nonce_check') is found 2 times:

  • /include/Core/Controller.php line 89
    			 * Perform nonce check.
    			 *
    			 * @since 5.5.4
    			 */
    			if ( ! apply_filters( 'bd_get_action_nonce_check', $nonce_valid, $bd_action ) ) {
    				return;
    			}
    
    			/**
    			 * Perform the bulk operation.
    			 * This hook is for doing the bulk operation. Nonce check has already happened by this point.
    
  • /include/controller/class-bd-controller.php line 90
    			 * Perform nonce check.
    			 *
    			 * @since 5.5.4
    			 */
    			if ( ! apply_filters( 'bd_get_action_nonce_check', $nonce_valid, $bd_action ) ) {
    				return;
    			}
    
    			/**
    			 * Perform the bulk operation.
    			 * This hook is for doing the bulk operation. Nonce check has already happened by this point.
    

See this hook used in plugins: