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 '
  • ' . $output . '
  • '; endif; endforeach; return $items; } /** * Show status widget */ public function status_widget() { ?>