__( 'Displays Single or multiple buttons', 'boston-business' ), ), array(), array( 'members' => array( 'type' => 'repeater', 'label' => __( 'Enter Buttons', 'boston-business' ), 'item_name' => __( 'Button', 'boston-business' ), 'item_label' => array( 'selector' => "[id*='btn_text']", 'update_event' => 'change', 'value_method' => 'val', ), 'fields' => array( 'btn_text' => array( 'type' => 'text', 'label' => __( 'Enter Button Name', 'boston-business' ), ), 'btn_url' => array( 'type' => 'link', 'label' => __( 'Enter url or Select Page or Post', 'boston-business' ), ), ), ), ) ); } function get_template_name( $instance ) { return 'default'; } } siteorigin_widget_register( 'boston-business-buttons', __FILE__, 'Boston_Business_Buttons_Widget' );