__( 'Displays a text description', 'boston-business' ), ), array(), array( 'text' => array( 'type' => 'tinymce', 'rows' => 20 ), 'autop' => array( 'type' => 'checkbox', 'default' => true, 'label' => __('Automatically add paragraphs', 'boston-business'), ), ) ); } function get_template_name( $instance ) { return 'default'; } } siteorigin_widget_register( 'boston-business-text', __FILE__, 'Boston_Business_Text_Widget' );