link(); checked( $this->value() ); ?> >
label ); ?>

description ); ?>

choices; $choices = array_filter( array_merge( array_flip( $this->value() ), $choices ) ); $this->json['choices'] = $choices; $this->json['link'] = $this->get_link(); $this->json['value'] = $this->value(); $this->json['id'] = $this->id; } /** * Render Settings */ public function content_template() { ?> <# if ( ! data.choices ) { return; } #> <# if ( data.label ) { #> {{ data.label }} <# } #> <# if ( data.description ) { #> {{{ data.description }}} <# } #> register_control_type( 'Blogic_Customize_Control_Sort_Sections' );