| @@ -78,9 +78,8 @@ | ||
| 78 | 78 | |
| 79 | 79 | return []; |
| 80 | 80 | } |
| 81 | 81 | |
| 82 | - | |
| 83 | 82 | /** |
| 84 | 83 | * Print deactivate feedback dialog. |
| 85 | 84 | * |
| 86 | 85 | * Display a dialog box to ask the user why he deactivated Elementor. |
| @@ -179,20 +178,8 @@ | ||
| 179 | 178 | |
| 180 | 179 | Api::send_feedback( $reason_key, $reason_text ); |
| 181 | 180 | |
| 182 | 181 | wp_send_json_success(); |
| 183 | - } | |
| 184 | - | |
| 185 | - /** | |
| 186 | - * @since 2.3.0 | |
| 187 | - * @access protected | |
| 188 | - */ | |
| 189 | - protected function get_init_settings() { | |
| 190 | - if ( ! $this->is_plugins_screen() ) { | |
| 191 | - return []; | |
| 192 | - } | |
| 193 | - | |
| 194 | - return [ 'is_tracker_opted_in' => Tracker::is_allow_track() ]; | |
| 195 | 182 | } |
| 196 | 183 | |
| 197 | 184 | /** |
| 198 | 185 | * @since 2.3.0 |