| @@ -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 | } |