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/wp-conte.../plugins/embedpre.../EmbedPre.../Ends/Back/Settings/template...
File: main-template.php
<?php
[0] Fix | Delete
/*
[1] Fix | Delete
* Main settings page
[2] Fix | Delete
* All undefined vars comes from 'render_settings_page' method
[3] Fix | Delete
* */
[4] Fix | Delete
?>
[5] Fix | Delete
<div class="template__wrapper background__liteGrey p30 pb50">
[6] Fix | Delete
<div class="embedpress__container">
[7] Fix | Delete
<?php include_once EMBEDPRESS_SETTINGS_PATH . 'templates/partials/logo.php'; ?>
[8] Fix | Delete
<div class="embedpress-body mb30">
[9] Fix | Delete
<?php include_once EMBEDPRESS_SETTINGS_PATH . 'templates/partials/sidebar.php'; ?>
[10] Fix | Delete
<div class="embedpress-content">
[11] Fix | Delete
<?php
[12] Fix | Delete
$template_file = apply_filters( 'embedpress_settings_template_path', EMBEDPRESS_SETTINGS_PATH . "templates/{$template}.php", $template);
[13] Fix | Delete
if ( file_exists( $template_file ) ) {
[14] Fix | Delete
include_once $template_file;
[15] Fix | Delete
}
[16] Fix | Delete
if ( 'license' != $template) {
[17] Fix | Delete
include_once EMBEDPRESS_SETTINGS_PATH . 'templates/partials/toast-message.php';
[18] Fix | Delete
}
[19] Fix | Delete
do_action( 'embedpress_settings_template', $template);
[20] Fix | Delete
[21] Fix | Delete
?>
[22] Fix | Delete
</div>
[23] Fix | Delete
</div>
[24] Fix | Delete
<?php include_once EMBEDPRESS_SETTINGS_PATH . 'templates/partials/footer.php'; ?>
[25] Fix | Delete
</div>
[26] Fix | Delete
</div>
[27] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function