Move post type specific functions into classes
This commit is contained in:
@@ -22,7 +22,8 @@ $output = '';
|
||||
// Loop through data for each league
|
||||
foreach ( $leagues as $league ):
|
||||
|
||||
$data = sp_get_team_columns_data( $id, $league->term_id );
|
||||
$team = new SP_Team( $id );
|
||||
$data = $team->data( $league->term_id );
|
||||
|
||||
if ( sizeof( $data ) <= 1 )
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user