__( 'Jazz Quote', 'desktop-mode' ), 'description' => __( 'A daily quote from the jazz musician behind your WordPress version.', 'desktop-mode' ), 'icon' => 'dashicons-format-audio', 'script' => 'os-jazz-quote-widget', 'movable' => true, 'resizable' => true, 'min_width' => 220, 'min_height' => 160, 'default_width' => 300, 'default_height' => 220, ) ); } add_action( 'init', 'openstation_register_jazz_quote_widget', 6 );