PluginProbe
Elementor Website Builder – more than just a page builder / 3.4.3
Elementor Website Builder – more than just a page builder v3.4.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/tabs.php +17 -0 4.2.03.4.3 View file →
@@ -42,5 +42,22 @@
42 42 * @since 1.0.0
43 43 * @access public
44 44 */
45 45 public function content_template() {}
46 +
47 + /**
48 + * Get tabs control default settings.
49 + *
50 + * Retrieve the default settings of the tabs control. Used to return the
51 + * default settings while initializing the tabs control.
52 + *
53 + * @since 1.0.0
54 + * @access protected
55 + *
56 + * @return array Control default settings.
57 + */
58 + protected function get_default_settings() {
59 + return [
60 + 'separator' => 'none',
61 + ];
62 + }
46 63 }