Display metrics and statistics on player page

This commit is contained in:
Brian Miyaji
2014-01-14 04:16:11 +11:00
parent bd919ad121
commit 6e099d0424
218 changed files with 537 additions and 157 deletions

View File

@@ -22,7 +22,7 @@ function sportspress_the_content( $content ) {
global $post;
// Display player list
$content = sportspress_player_statistics( $post->ID ) . $content;
$content = sportspress_player_metrics( $post->ID ) . sportspress_player_statistics( $post->ID ) . $content;
endif;