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/misc
File: view-ppw-protect-excerpt.php
<?php
[0] Fix | Delete
$checked = ppw_core_get_setting_type_bool_by_option_name( PPW_Constants::PROTECT_EXCERPT, PPW_Constants::MISC_OPTIONS ) ? 'checked' : '';
[1] Fix | Delete
?>
[2] Fix | Delete
<tr>
[3] Fix | Delete
<td>
[4] Fix | Delete
<label class="pda_switch" for="<?php echo esc_attr( PPW_Constants::PROTECT_EXCERPT ); ?>">
[5] Fix | Delete
<input type="checkbox" id="<?php echo esc_attr( PPW_Constants::PROTECT_EXCERPT ); ?>" <?php echo esc_html( $checked ); ?>/>
[6] Fix | Delete
<span class="pda-slider round"></span>
[7] Fix | Delete
</label>
[8] Fix | Delete
</td>
[9] Fix | Delete
<td>
[10] Fix | Delete
<p>
[11] Fix | Delete
<label><?php echo esc_html__( 'Show Post Excerpt', PPW_Constants::DOMAIN ); ?></label>
[12] Fix | Delete
<?php echo wp_kses_post( __( '<a target="_blank" href="https://passwordprotectwp.com/docs/display-featured-image-password-protected-excerpt/?utm_source=user-website&utm_medium=settings-advanced-tab&utm_campaign=ppwp-free">Display excerpt</a> of password protected posts. You can also <a target="_blank" href="https://passwordprotectwp.com/docs/display-featured-image-password-protected-excerpt/?utm_source=user-website&utm_medium=settings-advanced-tab&utm_campaign=ppwp-free#customize-default">customize the default excerpt</a> using a custom code snippet.', PPW_Constants::DOMAIN ) ); ?>
[13] Fix | Delete
</p>
[14] Fix | Delete
</td>
[15] Fix | Delete
</tr>
[16] Fix | Delete
[17] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function