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/bloggerbuz/' ), 'text' => esc_html__( 'View Demo', 'bloggerbuz' ), ), 'documentation' => array( 'link' => esc_url( 'https://buzthemes.com/doc/bloggerbuz/' ), 'text' => esc_html__( 'Documentation', 'bloggerbuz' ), ), 'support' => array( 'link' => esc_url( 'https://buzthemes.com/forums/forum/bloggerbuz/' ), 'text' => esc_html__( 'Support', 'bloggerbuz' ), ), ); foreach ( $our_theme_infos as $our_theme_info ) { echo '

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

    '; } ?> bloggerbuz_cat_list(); $values = $this->value(); if ( empty( $category_post ) ) return; ?> 0) ); foreach($categories as $cat){ $catlist[$cat->term_id] = $cat->name; } return $catlist; } } endif;