PluginProbe
Elementor Website Builder – more than just a page builder / 3.26.4
Elementor Website Builder – more than just a page builder v3.26.4
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 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | modules/system-info/reporters/plugins.php +1 -1 4.1.0-beta13.26.4 View file →
@@ -71,9 +71,9 @@
71 71 *
72 72 * @return bool True if the site has active plugins, False otherwise.
73 73 */
74 74 public function is_enabled() {
75 - return (bool) $this->get_plugins();
75 + return ! ! $this->get_plugins();
76 76 }
77 77
78 78 /**
79 79 * Get active plugins report fields.