label ) ) : ?>
label ); ?>
description ) ) : ?>
description ); ?>
label ) ) : ?>
label ); ?>
description ) ) : ?>
description ); ?>
choices ) ) {
return;
}
$name = '_customize-radio-' . $this->id;
?>
taxonomy = esc_attr( $our_taxonomy );
parent::__construct( $manager, $id, $args );
}
/**
* Render content.
*
* @since 1.0.0
*/
public function render_content() {
$tax_args = array(
'hierarchical' => 0,
'taxonomy' => $this->taxonomy,
);
$all_taxonomies = get_categories( $tax_args );
?>
label ); ?>
label ) ) : ?>
label ); ?>
description ) ) : ?>
description ); ?>
pro_text;
$json['pro_url'] = esc_url( $this->pro_url );
return $json;
}
/**
* Outputs the Underscore.js template.
*
* @since 1.0.0
* @access public
* @return void
*/
protected function render_template() { ?>
{{ data.title }}
<# if ( data.pro_text && data.pro_url ) { #>
{{ data.pro_text }}
<# } #>