tabs ) ) { foreach ( $this->tabs as $value => $args ) { $this->controls[ $value ] = $args['controls']; } } } /** * Controls array from tabs. * * @var array */ public $controls = array(); /** * The type of customize control being rendered. */ public $type = 'group-field'; /** * The type refresh being used. */ public $transport = 'postMessage'; /** * The priority of the control. */ public $priority = -10; /** * The tabs with keys of the controls that are under each tab. */ public $tabs; /** * Displays the control content. */ public function render_content() { /* If no tabs are provided, bail. */ if ( empty( $this->tabs ) ) { return; } $output = ''; $output .= '