__( 'Newsletter Widget', 'boka' ), ), array(), array( 'title' => array( 'type' => 'text', 'label' => __( 'Heading', 'boka' ), 'default' => 'Follow Us' ), 'action_url' => array( 'type' => 'textarea', 'label' => __( 'Action URL', 'boka' ), 'default' => '' ), ) ); } function get_template_name( $instance ) { return 'default'; } } siteorigin_widget_register( 'boka-newsletter-widget', __FILE__, 'Boka_newsletter_Widget' );