PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.11.14
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.11.14
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/Modules/About_us.php +0 -4 4.0.53.11.14 View file →
@@ -95,11 +95,8 @@
95 95 if ( ! isset( $this->about_data['location'] ) ) {
96 96 return;
97 97 }
98 98
99 - // Refresh the about data to get the latest changes.
100 - $this->about_data = apply_filters( $this->product->get_key() . '_about_us_metadata', array() );
101 -
102 99 add_submenu_page(
103 100 $this->about_data['location'],
104 101 Loader::$labels['about_us']['title'],
105 102 Loader::$labels['about_us']['title'],
@@ -224,9 +221,8 @@
224 221 'teamImageCaption' => Loader::$labels['about_us']['teamImageCaption'],
225 222 'newsHeading' => Loader::$labels['about_us']['newsHeading'],
226 223 'emailPlaceholder' => Loader::$labels['about_us']['emailPlaceholder'],
227 224 'signMeUp' => Loader::$labels['about_us']['signMeUp'],
228 - 'services' => Loader::$labels['about_us']['services'],
229 225 'installNow' => Loader::$labels['about_us']['installNow'],
230 226 'activate' => Loader::$labels['about_us']['activate'],
231 227 'learnMore' => Loader::$labels['about_us']['learnMore'],
232 228 'installed' => Loader::$labels['about_us']['installed'],