PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 3.1.3
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v3.1.3
3.7.5 3.7.4 3.7.3 3.7.2 1-final 3.7.1 3.7.0 3.6.8 3.6.7 3.6.6 3.6.5 3.6.4 3.6.3 3.6.2 3.6.1 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.10 All 111 releases
← All changes | includes/Core/Importer/Import.php +1 -1 3.0.43.1.3 View file →
@@ -45,14 +45,14 @@
45 45 */
46 46 private function register_runners() {
47 47 $this->runners = [
48 48 // TODO: Site Settings Import Runner
49 + new Customizer( $this->full_site_import ),
49 50 new ExtraContent( $this->full_site_import ),
50 51 new Templates( $this->full_site_import ),
51 52 new GutenbergContent( $this->full_site_import ),
52 53 new ElementorContent( $this->full_site_import ),
53 54 new WPContent( $this->full_site_import ),
54 - new Customizer( $this->full_site_import ),
55 55 new Finalizer( $this->full_site_import )
56 56 ];
57 57 }
58 58