: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
function lcw_load_standings( $standings_list ){
<table class="table table-filter">
<th class="hidden-xs">Tied</th>
<th class="hidden-xs">Drawn</th>
foreach ($standings_list->teams as $team ) {
<img src="<?php echo $team->logoUrl; ?>" class="media-photo">
<span class="media-meta pull-right hidden-xs"><?php echo $team->groupName ?></span>
<?php echo $team->shortName ?> <span class="hidden-xs">-</span>
<p class="summary hidden-xs"> <?php echo $team->name ?></p>
<td><?php echo $team->position ?></td>
<td><?php echo $team->played?></td>
<td><?php echo $team->won?></td>
<td><?php echo $team->lost?></td>
<td class="hidden-xs"><?php echo $team->tied?></td>
<td class="hidden-xs"><?php echo $team->drawn?></td>
<td><?php echo $team->points?></td>
<td><?php echo $team->netRunRate?></td>
<th class="hidden-xs">Tied</th>
<th class="hidden-xs">Drawn</th>