action_scheduler/progress_tick
action_scheduler/progress_tick
Appears in: all-in-one-seo-pack.4.6.9.1
Hook Type: action
Displaying hooks found in version: all-in-one-seo-pack.4.6.9.1do_action('action_scheduler/progress_tick') is found 1 times:
- /vendor/woocommerce/action-scheduler/classes/WP_CLI/ProgressBar.php line 6764656667686970717273
$this
->progress_bar->tick();
$this
->total_ticks++;
do_action(
'action_scheduler/progress_tick'
,
$this
->total_ticks );
}
/**
* Get the progress bar tick
count
.
*
* @
return
int