__( 'Displays Contact Address', 'boston-business' ), ), array(), array( 'title' => array( 'type' => 'text', 'label' => __( 'Enter Widget Title', 'boston-business' ), ), 'location' => array( 'type' => 'text', 'label' => __( 'Enter Location', 'boston-business' ), ), 'phone' => array( 'type' => 'text', 'label' => __( 'Enter Phone Number', 'boston-business' ), ), 'email' => array( 'type' => 'text', 'label' => __( 'Enter Email', 'boston-business' ), ), ) ); } function get_template_name( $instance ) { return 'default'; } } siteorigin_widget_register( 'boston-business-address', __FILE__, 'Boston_Business_Address_Widget' );