bd_pre_bulk_action

bd_pre_bulk_action

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bulk-delete.6.11

do_action('bd_pre_bulk_action') is found 2 times:

  • /include/Core/Controller.php line 69
    			 * This hook is for doing actions just before performing any bulk operation.
    			 *
    			 * @since 5.4
    			 */
    			do_action( 'bd_pre_bulk_action', $bd_action );
    
    			/**
    			 * Perform the bulk operation.
    			 * This hook is for doing the bulk operation. Nonce check has already happened by this point.
    			 *
    			 * @since 5.4
    
  • /include/controller/class-bd-controller.php line 70
    			 * This hook is for doing actions just before performing any bulk operation.
    			 *
    			 * @since 5.4
    			 */
    			do_action( 'bd_pre_bulk_action', $bd_action );
    
    			/**
    			 * Perform the bulk operation.
    			 * This hook is for doing the bulk operation. Nonce check has already happened by this point.
    			 *
    			 * @since 5.4
    

See this hook used in plugins: