getCurrentTab(); if (null !== $current_tab) { $args = array_merge($args, $current_tab); } return Plugin::$instance->controls_manager->addControlToStack($this, $id, $args, $options); } /** * Get default child type. * * Retrieve the repeater child type based on element data. * * Note that repeater does not support children, therefore it returns false. * * @since 1.0.0 * @access protected * * @param array $element_data Element ID. * * @return false Repeater default child type or False if type not found. */ protected function _getDefaultChildType(array $element_data) { return false; } }