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/custom-t.../admin/builder/template.../screens
File: welcome.php
<div class="ctf-fb-full-wrapper ctf-fb-fs" v-if="viewsActive.pageScreen == 'welcome' && !iscustomizerScreen">
[0] Fix | Delete
<?php
[1] Fix | Delete
/**
[2] Fix | Delete
* CFF Admin Notices
[3] Fix | Delete
*
[4] Fix | Delete
* @since 2.0
[5] Fix | Delete
*/
[6] Fix | Delete
do_action('ctf_admin_notices');
[7] Fix | Delete
?>
[8] Fix | Delete
[9] Fix | Delete
<div class="ctf-fb-wlcm-header ctf-fb-fs">
[10] Fix | Delete
<h2>{{welcomeScreen.mainHeading}}</h2>
[11] Fix | Delete
<div class="sb-positioning-wrap" v-bind:class="{ 'sb-onboarding-highlight' : viewsActive.onboardingStep === 1 }">
[12] Fix | Delete
<div class="ctf-fb-btn ctf-fb-btn-new ctf-btn-orange" @click.prevent.default="createNewFeed()">
[13] Fix | Delete
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
[14] Fix | Delete
<path d="M9.66537 5.66659H5.66536V9.66659H4.33203V5.66659H0.332031V4.33325H4.33203V0.333252H5.66536V4.33325H9.66537V5.66659Z" fill="white"/>
[15] Fix | Delete
</svg>
[16] Fix | Delete
<span>{{genericText.addNew}}</span>
[17] Fix | Delete
</div>
[18] Fix | Delete
</div>
[19] Fix | Delete
</div>
[20] Fix | Delete
<?php
[21] Fix | Delete
include_once CTF_BUILDER_DIR . 'templates/sections/empty-state.php';
[22] Fix | Delete
include_once CTF_BUILDER_DIR . 'templates/sections/feeds-list.php';
[23] Fix | Delete
?>
[24] Fix | Delete
<div v-if="licenseType == 'free'" class="ctf-fb-fs">
[25] Fix | Delete
<?php
[26] Fix | Delete
TwitterFeed\Admin\CTF_View::render( 'sections.builder_footer_cta' );
[27] Fix | Delete
?>
[28] Fix | Delete
</div>
[29] Fix | Delete
</div>
[30] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function