bd_action_nonce_check

bd_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_action_nonce_check') is found 2 times:

  • /include/Core/Controller.php line 59
    			 * Perform nonce check.
    			 *
    			 * @since 5.5
    			 */
    			if ( ! apply_filters( 'bd_action_nonce_check', $nonce_valid, $bd_action ) ) {
    				return;
    			}
    
    			/**
    			 * Before performing a bulk action.
    			 * This hook is for doing actions just before performing any bulk operation.
    
  • /include/controller/class-bd-controller.php line 60
    			 * Perform nonce check.
    			 *
    			 * @since 5.5
    			 */
    			if ( ! apply_filters( 'bd_action_nonce_check', $nonce_valid, $bd_action ) ) {
    				return;
    			}
    
    			/**
    			 * Before performing a bulk action.
    			 * This hook is for doing actions just before performing any bulk operation.
    

See this hook used in plugins: