btn_url ); $json['btn_text'] = $this->btn_text; $json['inline_style'] = $this->inline_style; return $json; } /** * An Underscore (JS) template for rendering this section. */ protected function render_template() { ?> <# let css_class = ( data.css_class ) ? data.css_class : '' ; #>
  • style="{{ data.inline_style }}" <# } #>> {{ data.title }} <# if ( data.btn_text && data.btn_url ) { #> {{ data.btn_text }} <# } #>

    <# if ( data.description ) { #>

    {{ data.description }}

    <# } #>
  • register_section_type( 'Business_Aarambha_Customize_Custom_Section' );