'_customize-dropdown-categories-' . $this->id, 'echo' => 0, 'show_option_none' => esc_html__( '— Select Category —', 'beetech' ), 'option_none_value' => '0', 'selected' => $this->value(), ) ); // Hackily add in the data link parameter. $dropdown = str_replace( 'get_link(), $dropdown ); printf( '', $this->label, $this->description, $dropdown ); } } /** Fa Icons List **/ class beetech_Customize_Icons_Control extends WP_Customize_Control { public $type = 'beetech_icons'; public function render_content() { $saved_icon_value = $this->value(); ?>
pro_text; $json['pro_url'] = esc_url( $this->pro_url ); return $json; } protected function render_template() { ?>
  • {{ data.title }} <# if ( data.pro_text && data.pro_url ) { #> {{ data.pro_text }} <# } #>

  • array( 'link' => esc_url( 'http://buzthemes.com/demo/beetech/' ), 'text' => esc_html__( 'View Demo', 'beetech' ), ), 'documentation' => array( 'link' => esc_url( 'https://buzthemes.com/doc/beetech/' ), 'text' => esc_html__( 'Documentation', 'beetech' ), ), 'support' => array( 'link' => esc_url( 'https://buzthemes.com/forums/forum/beetech/' ), 'text' => esc_html__( 'Support', 'beetech' ), ), ); foreach ( $our_theme_infos as $our_theme_info ) { echo '

    ' . esc_html( $our_theme_info['text'] ) . '

    '; } ?>