action_scheduler/progress_tick

action_scheduler/progress_tick

Hook Type: action

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.6.9.1

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

  • /vendor/woocommerce/action-scheduler/classes/WP_CLI/ProgressBar.php line 67
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
        $this->progress_bar->tick();
        $this->total_ticks++;
     
        do_action( 'action_scheduler/progress_tick', $this->total_ticks );
    }
     
    /**
     * Get the progress bar tick count.
     *
     * @return int