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