. */ class Launch_Button extends WP_Widget { function Launch_Button() { $widget_ops = array('classname' => 'Launch_Button', 'description' => 'Button to launch the ArtistScope Web Browser'); $this->WP_Widget('Launch_Button', 'ASPS Launch Button', $widget_ops); } function form($instance) { $instance = wp_parse_args((array) $instance, array( 'title' => '' )); $title = $instance['title']; ?>