: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
<h1>Network Posts Thumbnails Resizer</h1>
<input type="hidden" name="_wpnonce" value="<?= $data['nonce']; ?>"/>
<table class="form-table">
<th>Resizing allowed</th>
<?php foreach($data['rows'] as $row):?>
<td><?= $row['blogname']; ?></td>
<td class="check-column">
<input type="checkbox" name="allowed[]" value="<?= $row['id']; ?>" <?= $row['allowed']; ?> />
<td class="check-column">
<input type="checkbox" name="global[]" value="<?= $row['id']; ?>" <?= $row['global']; ?> />
<input type="submit" name="submit" id="submit" class="button button-primary" value="Save"/>