Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/password.../includes/views/general
File: view-ppw-remove-data.php
<?php
[0] Fix | Delete
$remove_checked = ppw_core_get_setting_type_bool( PPW_Constants::REMOVE_DATA ) ? 'checked' : '';
[1] Fix | Delete
$message = apply_filters( PPW_Constants::HOOK_CUSTOM_TEXT_FEATURE_REMOVE_DATA, array(
[2] Fix | Delete
'label' => 'Remove Data Upon Uninstall',
[3] Fix | Delete
'description' => 'Remove all your data created by Password Protect WordPress upon uninstall. You should <b>NOT</b> remove our Free when upgrading to our Pro version.'
[4] Fix | Delete
) );
[5] Fix | Delete
?>
[6] Fix | Delete
<tr>
[7] Fix | Delete
<td>
[8] Fix | Delete
<label class="pda_switch" for="<?php echo esc_attr( PPW_Constants::REMOVE_DATA ); ?>">
[9] Fix | Delete
<input type="checkbox"
[10] Fix | Delete
id="<?php echo esc_attr( PPW_Constants::REMOVE_DATA ); ?>" <?php echo esc_attr( $remove_checked ); ?>/>
[11] Fix | Delete
<span class="pda-slider round"></span>
[12] Fix | Delete
</label>
[13] Fix | Delete
</td>
[14] Fix | Delete
<td>
[15] Fix | Delete
<p>
[16] Fix | Delete
<label><?php echo esc_html__( $message['label'], PPW_Constants::DOMAIN ) ?></label>
[17] Fix | Delete
<?php echo _e( $message['description'], PPW_Constants::DOMAIN ) ?>
[18] Fix | Delete
</p>
[19] Fix | Delete
</td>
[20] Fix | Delete
</tr>
[21] Fix | Delete
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function