We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8a8047 + 474f17c commit d8e16c6Copy full SHA for d8e16c6
airplane-mode.php
@@ -155,7 +155,7 @@ private function __construct() {
155
// Allows locally defined JETPACK_DEV_DEBUG constant to override filter.
156
if ( ! defined( 'JETPACK_DEV_DEBUG' ) ) {
157
158
- if ( ! function_exists( 'get_plugin_data' ) ) {
+ if ( ! function_exists( 'get_plugin_data' ) || ! function_exists( 'is_plugin_active' ) ) {
159
require_once ABSPATH . 'wp-admin/includes/plugin.php';
160
}
161
0 commit comments