button, array( 'text' => '', 'url' => '', 'new_window' => true, ) ); $data['button_status'] = ( ! empty( $data['button']['text'] ) && ! empty( $data['button']['url'] ) ) ? true : false; return $data; } /** * Render template. * * @since 1.0.0 */ protected function render_template() { ?>
  • {{ data.title }} <# if ( data.button.text && data.button.url ) { #> target="_blank" <# } #> class="button button-primary">{{ data.button.text }} <# } #>