player_list( $post_id, $admin ); } } if ( !function_exists( 'sp_get_league_table_data' ) ) { function sp_get_league_table_data( $post_id, $admin = false ) { $table = new SP_Table( $post_id ); return $table->data( $admin ); } }