PluginProbe
Elementor Website Builder – more than just a page builder / 3.22.2
Elementor Website Builder – more than just a page builder v3.22.2
4.3.2 4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 All 455 releases
← All changes | modules/system-info/reporters/mu-plugins.php +1 -1 4.3.0 → 3.22.2 View file →
@@ -55,9 +55,9 @@
55 55 *
56 56 * @return bool True if the site has must-use plugins, False otherwise.
57 57 */
58 58 public function is_enabled() {
59 - return (bool) $this->get_mu_plugins();
59 + return ! ! $this->get_mu_plugins();
60 60 }
61 61
62 62 /**
63 63 * Get must-use plugins reporter title.