PluginProbe
WindPress – Tailwind CSS integration for WordPress / 3.2.89
WindPress – Tailwind CSS integration for WordPress v3.2.89
3.2.89 3.2.88 3.2.87 3.2.86 3.2.85 3.2.84 3.2.83 3.2.82 3.2.81 trunk 3.0.0 3.0.1 3.0.10 3.0.11 3.0.12 3.0.13 3.0.14 3.0.15 3.0.16 3.0.17 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 All 143 releases
← All changes | src/Integration/Kadence/Main.php +1 -1 3.2.853.2.89 View file →
@@ -33,9 +33,9 @@
33 33 return (bool) apply_filters('f!windpress/integration/kadence:enabled', Config::get(sprintf('integration.%s.enabled', $this->get_name()), \true));
34 34 }
35 35 public function register_provider(array $providers): array
36 36 {
37 - $providers[] = ['id' => $this->get_name(), 'name' => __('Kadence WP', 'windpress'), 'description' => __('The Kadence WP integration. It requires the Gutenberg/Block Editor integration enabled.', 'windpress'), 'enabled' => $this->is_enabled(), 'callback' => Config::get(sprintf('integration.%s.compile.enabled', $this->get_name()), \true) ? \WindPress\WindPress\Integration\Kadence\Compile::class : static fn() => [], 'type' => 'theme', 'homepage' => 'https://kadencewp.com/?ref=windpress', 'is_installed_active' => static function () {
37 + $providers[] = ['id' => $this->get_name(), 'name' => __('Kadence WP', 'windpress'), 'description' => __('The Kadence WP integration. It requires the Gutenberg/Block Editor integration enabled.', 'windpress'), 'enabled' => $this->is_enabled(), 'source_index' => 1, 'callback' => Config::get(sprintf('integration.%s.compile.enabled', $this->get_name()), \true) ? \WindPress\WindPress\Integration\Kadence\Compile::class : static fn() => [], 'type' => 'theme', 'homepage' => 'https://kadencewp.com/?ref=jooosi', 'is_installed_active' => static function () {
38 38 $is = -1;
39 39 $is += Common::is_theme_installed('Kadence') ? 1 : 0;
40 40 $is += Common::is_theme_active_by_name('Kadence') ? 1 : 0;
41 41 return $is;