action_scheduler/progress_tick

action_scheduler/progress_tick

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.6.3.1

do_action('action_scheduler/progress_tick') is found 1 times:

  • /packages/action-scheduler/classes/WP_CLI/ProgressBar.php line 67
     
    		$this->progress_bar->tick();
    		$this->total_ticks++;
    
    		do_action( 'action_scheduler/progress_tick', $this->total_ticks );
    	}
    
    	/**
    	 * Get the progress bar tick count.
    	 *
    	 * @return int