Admin notice to configure sport
This commit is contained in:
6
templates/player.php
Normal file
6
templates/player.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
if ( ! isset( $id ) )
|
||||
$id = get_the_ID();
|
||||
|
||||
sp_get_template( 'player-metrics.php', array( 'id' => $id ) );
|
||||
sp_get_template( 'player-performance.php', array( 'id' => $id ) );
|
||||
Reference in New Issue
Block a user