$antisnewsfeeditems, 'show_summary' => 0, 'show_author' => 0, 'show_date' => 0 ); if ( is_wp_error($antisnewsgetrss) ) { if ( is_admin() || current_user_can('manage_options') ) { echo '

'; printf(__('RSS Error: %s'), $antisnewsgetrss->get_error_message()); echo '

'; } } elseif ( !$antisnewsgetrss->get_item_quantity() ) { return false; } else { wp_widget_rss_output( $antisnewsgetrss, $antisnewswidgets['dashboard_primary'] ); } ?>