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