PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 3.7.2
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v3.7.2
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 +2 -0 3.6.43.7.2 View file →
@@ -6,8 +6,9 @@
6 6 use Templately\Core\Importer\Exception\NonRetirableErrorException;
7 7 use Templately\Core\Importer\Runners\AIContent;
8 8 use Templately\Core\Importer\Runners\Attachments;
9 9 use Templately\Core\Importer\Runners\BaseRunner;
10 +use Templately\Core\Importer\Runners\CustomCSS;
10 11 use Templately\Core\Importer\Runners\Customizer;
11 12 use Templately\Core\Importer\Runners\Dependencies;
12 13 use Templately\Core\Importer\Runners\ElementorContent;
13 14 use Templately\Core\Importer\Runners\ExtraContent;
@@ -52,8 +53,9 @@
52 53 // TODO: Site Settings Import Runner
53 54 new Dependencies( $this->request_params ),
54 55 new Attachments( $this->request_params ),
55 56 new Customizer( $this->request_params ),
57 + new CustomCSS( $this->request_params ),
56 58 new ExtraContent( $this->request_params ),
57 59 new Templates( $this->request_params ),
58 60 new GutenbergContent( $this->request_params ),
59 61 new ElementorContent( $this->request_params ),