PluginProbe
Elementor Website Builder – more than just a page builder / 3.32.3
Elementor Website Builder – more than just a page builder v3.32.3
4.3.2 4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 All 455 releases
← All changes | app/modules/import-export-customization/runners/revert/site-settings.php +0 -4 4.3.0 → 3.32.3 View file →
@@ -71,12 +71,8 @@
71 71 return $theme_slug !== $current_theme->get_stylesheet() && wp_get_theme( $theme_slug )->exists();
72 72 }
73 73
74 74 protected function delete_theme( $theme_slug ): bool {
75 - if ( ! function_exists( 'delete_theme' ) ) {
76 - require_once ABSPATH . 'wp-admin/includes/theme.php';
77 - }
78 -
79 75 return delete_theme( $theme_slug );
80 76 }
81 77
82 78 protected function activate_previous_theme( $previous_active_theme ) {