publish ); $post_type = get_post_type_object( $type ); $text = _n( '%s ' . $post_type->labels->singular_name, '%s ' . $post_type->labels->name, $published, 'sportspress' ); $text = sprintf( $text, number_format_i18n( $published ) ); if ( current_user_can( $post_type->cap->edit_posts ) ) : $output = '' . $text . ''; else : $output = '' . $text . ''; endif; echo '
  • ' . wp_kses_post( $output ) . '
  • '; endif; endforeach; return $items; } /** * Show status widget */ public function status_widget() { ?> get_item_quantity( 5 ); // Build an array of all the items, starting with element 0 (first element). $rss_items = $rss->get_items( 0, $maxitems ); } if ( ! empty( $maxitems ) ) { ?>