__( 'Post Stats', 'desktop-mode' ), 'description' => __( 'Bar chart of posts per month over the last 6 months.', 'desktop-mode' ), 'icon' => 'dashicons-chart-bar', 'script' => 'desktop-mode-post-stats-widget', 'movable' => true, 'resizable' => true, 'min_width' => 260, 'min_height' => 200, 'default_width' => 320, 'default_height' => 260, ) ); } add_action( 'init', 'desktop_mode_register_post_stats_widget', 6 );