PluginProbe
MainWP Dashboard: Self-hosted WordPress Management for Agencies / 4.0.5
MainWP Dashboard: Self-hosted WordPress Management for Agencies v4.0.5
6.2 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1 6.0.12 6.0.11 4.6.0.1 5.0 5.0.1 5.0.2 5.0.3 5.0.3.1 5.0.3.2 5.1 5.1.1 5.2 5.2.1 5.2.2 5.3 All 153 releases
← All changes | cron/updatescheck.php +5 -16 5.14.0.5 View file →
@@ -1,16 +1,5 @@
1 -<?php
2 -/**
3 - * MainWP Updates Check Cron.
4 - *
5 - * Include cron/bootstrap.php & run mainwp_cronupdatescheck_action.
6 - *
7 - * @package MainWP/Updates_Check
8 - */
9 -
10 -// include cron/bootstrap.php.
11 -require_once 'bootstrap.php'; // NOSONAR - WP compatible.
12 -
13 -if ( isset( $mainWP ) ) {
14 - // fire off mainWP->mainwp_cronupdatescheck_action.
15 - $mainWP->mainwp_cronupdatescheck_action();
16 -}
1 +<?php
2 +
3 +include_once('bootstrap.php');
4 +
5 +$mainWP->mainwp_cronupdatescheck_action();