← All changes
|
vendor/elementor/wp-one-package/src/Admin/Components/Fields.php
+0
-6
1.7.4
→
1.7.7
View file →
| @@ -59,13 +59,8 @@ | ||
| 59 | 59 | 'single' => true, |
| 60 | 60 | 'show_in_rest' => true, |
| 61 | 61 | 'description' => 'Elementor One Dismiss Connect Alert', |
| 62 | 62 | ], |
| 63 | - 'editor_update_notification_dismissed' => [ | |
| 64 | - 'type' => 'boolean', | |
| 65 | - 'show_in_rest' => true, | |
| 66 | - 'description' => 'Elementor One Dismiss Editor Update Notification', | |
| 67 | - ], | |
| 68 | 63 | ]; |
| 69 | 64 | } |
| 70 | 65 | |
| 71 | 66 | /** |
| @@ -83,9 +78,8 @@ | ||
| 83 | 78 | 'isDevelopment' => defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG, |
| 84 | 79 | 'siteUrl' => get_site_url(), |
| 85 | 80 | 'welcomeScreenCompleted' => (bool) get_option( self::SETTING_PREFIX . 'welcome_screen_completed' ), |
| 86 | 81 | 'dismissConnectAlert' => (bool) get_option( self::SETTING_PREFIX . 'dismiss_connect_alert' ), |
| 87 | - 'editorUpdateNotificationDismissed' => (bool) get_option( self::SETTING_PREFIX . 'editor_update_notification_dismissed' ), | |
| 88 | 82 | 'userLocale' => get_user_locale( get_current_user_id() ), |
| 89 | 83 | 'isRTL' => is_rtl(), |
| 90 | 84 | ]; |
| 91 | 85 | } |