PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.9.2
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.9.2
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | vendor/codeinwp/themeisle-sdk/src/Loader.php +1 -5 3.10.123.9.2 View file →
@@ -45,9 +45,8 @@
45 45 *
46 46 * @var array The modules which SDK will be using.
47 47 */
48 48 private static $available_modules = [
49 - 'script_loader',
50 49 'dashboard_widget',
51 50 'rollback',
52 51 'uninstall_feedback',
53 52 'licenser',
@@ -56,13 +55,9 @@
56 55 'review',
57 56 'recommendation',
58 57 'notification',
59 58 'promotions',
60 - 'welcome',
61 59 'compatibilities',
62 - 'about_us',
63 - 'announcements',
64 - 'featured_plugins',
65 60 ];
66 61
67 62 /**
68 63 * Initialize the sdk logic.
@@ -148,5 +143,6 @@
148 143 */
149 144 public static function get_version() {
150 145 return self::$version;
151 146 }
147 +
152 148 }