← All changes
|
vendor/codeinwp/themeisle-sdk/src/Modules/About_us.php
+0
-4
4.0.5
→
3.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'], |