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