bd_action_nonce_check, $nonce_valid, $bd_action

bd_action_nonce_check, $nonce_valid, $bd_action

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: bulk-delete.6.12

apply_filters('bd_action_nonce_check, $nonce_valid, $bd_action') 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 ) ) { //phpcs:ignore
    				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 57
    			 * Perform nonce check.
    			 *
    			 * @since 5.5
    			 */
    			if ( ! apply_filters( 'bd_action_nonce_check', $nonce_valid, $bd_action ) ) { //phpcs:ignore
    				return;
    			}
    
    			/**
    			 * Before performing a bulk action.
    			 * This hook is for doing actions just before performing any bulk operation.