PluginProbe
Elementor Website Builder – more than just a page builder / 3.18.3
Elementor Website Builder – more than just a page builder v3.18.3
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 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | app/modules/import-export/utils.php +2 -3 4.1.23.18.3 View file →
@@ -3,9 +3,9 @@
3 3 namespace Elementor\App\Modules\ImportExport;
4 4
5 5 use Elementor\Core\Utils\Str;
6 6 use Elementor\Modules\LandingPages\Module as Landing_Pages_Module;
7 -use Elementor\Modules\FloatingButtons\Module as Floating_Buttons_Module;
7 +use Elementor\Modules\System_Info\Reporters\Server;
8 8 use Elementor\TemplateLibrary\Source_Local;
9 9 use Elementor\Utils as ElementorUtils;
10 10
11 11 class Utils {
@@ -79,10 +79,9 @@
79 79 ] );
80 80
81 81 unset(
82 82 $post_types[ Landing_Pages_Module::CPT ],
83 - $post_types[ Source_Local::CPT ],
84 - $post_types[ Floating_Buttons_Module::CPT_FLOATING_BUTTONS ]
83 + $post_types[ Source_Local::CPT ]
85 84 );
86 85
87 86 return array_keys( $post_types );
88 87 }