Check if limit exists
This commit is contained in:
@@ -45,7 +45,7 @@ if ( !function_exists( 'sportspress_league_table' ) ) {
|
|||||||
|
|
||||||
foreach( $data as $team_id => $row ):
|
foreach( $data as $team_id => $row ):
|
||||||
|
|
||||||
if ( $i >= $r['number'] ) continue;
|
if ( isset( $limit ) && $i >= $limit ) continue;
|
||||||
|
|
||||||
$name = sportspress_array_value( $row, 'name', null );
|
$name = sportspress_array_value( $row, 'name', null );
|
||||||
if ( ! $name ) continue;
|
if ( ! $name ) continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user