get_plugin_option('post_status_widget_enabled')) wp_add_dashboard_widget('post_status_widget', 'Unpublished Content', array(&$this, 'post_status_widget')); } /** * Creates Post Status widget * Display an at-a-glance view of post counts for all custom statuses in the system */ function post_status_widget ( ) { global $edit_flow; $statuses = $edit_flow->custom_status->get_custom_statuses(); ?>
Posts at a Glance