Recent

tptn_aggregation_cron_hookactionPro only

tptn_aggregation_cron_hook

Fires the Top 10 visit-funnel aggregation job.

Scheduled as a WP-Cron event; also fired on demand by wp top10 cron run.

Type: action
Since: 4.3.0
Source: includes/pro/cli/class-cron-command.php line 356

Usage

add_action( 'tptn_aggregation_cron_hook', function() {
    // ...
} );