array( 'top' => ( isset( $this->default['top'] ) ), 'bottom' => ( isset( $this->default['top'] ) ), 'left' => ( isset( $this->default['top'] ) ), 'right' => ( isset( $this->default['top'] ) ), ), 'labels' => array( 'top' => esc_html__( 'Top', 'kirki' ), 'bottom' => esc_html__( 'Bottom', 'kirki' ), 'left' => esc_html__( 'Left', 'kirki' ), 'right' => esc_html__( 'Right', 'kirki' ), ), ); $this->choices = wp_parse_args( $this->choices, $default_args ); } }