PluginProbe
MainWP Dashboard: Self-hosted WordPress Management for Agencies / trunk
MainWP Dashboard: Self-hosted WordPress Management for Agencies vtrunk
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 | includes/compatible.php +5 -0 5.3trunk View file →
@@ -6,8 +6,13 @@
6 6 */
7 7
8 8 // phpcs:disable -- legacy functions for backwards compatibility. Required.
9 9
10 +// Exit if accessed directly.
11 +if ( ! defined( 'ABSPATH' ) ) {
12 + exit;
13 +}
14 +
10 15 if ( ! class_exists( 'MainWP_DB' ) ) {
11 16
12 17 /**
13 18 * MainWP Database Compatible class.