PluginProbe
Elementor Website Builder – more than just a page builder / 3.2.3
Elementor Website Builder – more than just a page builder v3.2.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 | includes/controls/tab.php +17 -0 4.2.23.2.3 View file →
@@ -48,5 +48,22 @@
48 48 {{{ data.label }}}
49 49 </div>
50 50 <?php
51 51 }
52 +
53 + /**
54 + * Get tab control default settings.
55 + *
56 + * Retrieve the default settings of the tab control. Used to return the
57 + * default settings while initializing the tab control.
58 + *
59 + * @since 1.0.0
60 + * @access protected
61 + *
62 + * @return array Control default settings.
63 + */
64 + protected function get_default_settings() {
65 + return [
66 + 'separator' => 'none',
67 + ];
68 + }
52 69 }