PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.10.7
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.10.7
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 -3 3.10.123.10.7 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',
@@ -59,10 +58,8 @@
59 58 'promotions',
60 59 'welcome',
61 60 'compatibilities',
62 61 'about_us',
63 - 'announcements',
64 - 'featured_plugins',
65 62 ];
66 63
67 64 /**
68 65 * Initialize the sdk logic.
@@ -148,5 +145,6 @@
148 145 */
149 146 public static function get_version() {
150 147 return self::$version;
151 148 }
149 +
152 150 }