bd_before_scheduler, $this->module->get_cron_label(

bd_before_scheduler, $this->module->get_cron_label(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: bulk-delete.6.12

do_action('bd_before_scheduler, $this->module->get_cron_label(') is found 1 times:

  • /include/Core/Base/BaseScheduler.php line 110
    		 * @since 6.0.0
    		 *
    		 * @param string $label Cron Label.
    		 */
    		do_action( 'bd_before_scheduler', $this->module->get_cron_label() ); //phpcs:ignore
    
    		$items_deleted = $this->module->delete( $delete_options );
    
    		/**
    		 * Triggered after the scheduler is run.
    		 *