tptn_cron_hook
Fires the Top 10 maintenance job.
Scheduled as a WP-Cron event; also fired on demand by wp top10 cron run.
Type: action
Since: 2.3.0
Source: includes/pro/cli/class-cron-command.php line 335
Usage
add_action( 'tptn_cron_hook', function() {
// ...
} );