| @@ -1,14 +1,14 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * MainWP Stats Cron. |
| 4 | 4 | * |
| 5 | - * Include cron/bootstrap.php & run mainwp_cronreconnect_action. | |
| 5 | + * Include cron/bootstrap.php & run mainwp_cronstats_action. | |
| 6 | 6 | * |
| 7 | 7 | * @package MainWP/Stats |
| 8 | 8 | */ |
| 9 | 9 | |
| 10 | 10 | // include cron/bootstrap.php. |
| 11 | -require_once 'bootstrap.php'; // NOSONAR - WP compatible. | |
| 11 | +require_once 'bootstrap.php'; | |
| 12 | 12 | |
| 13 | -// fire off mainWP->mainwp_cronreconnect_action. | |
| 14 | -$mainWP->mainwp_cronreconnect_action(); | |
| 13 | +// fire off mainWP->mainwp_cronstats_action. | |
| 14 | +$mainWP->mainwp_cronstats_action(); | |