PluginProbe
Elementor Website Builder – more than just a page builder / 3.28.0-dev2
Elementor Website Builder – more than just a page builder v3.28.0-dev2
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 | modules/library/documents/library-document.php +0 -6 4.2.0-dev23.28.0-dev2 View file →
@@ -27,13 +27,8 @@
27 27 */
28 28 const TAXONOMY_TYPE_SLUG = 'elementor_library_type';
29 29
30 30 /**
31 - * The customization group for Kit Export.
32 - */
33 - const EXPORT_GROUP = 'site-templates';
34 -
35 - /**
36 31 * Get document properties.
37 32 *
38 33 * Retrieve the document properties.
39 34 *
@@ -49,9 +44,8 @@
49 44 $properties['admin_tab_group'] = 'library';
50 45 $properties['show_in_library'] = true;
51 46 $properties['register_type'] = true;
52 47 $properties['cpt'] = [ Source_Local::CPT ];
53 - $properties['export_group'] = static::EXPORT_GROUP;
54 48
55 49 return $properties;
56 50 }
57 51