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/portfoli.../template...
File: portfolio-post.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Template - Portfolio post
[2] Fix | Delete
* Version: 1.4.7
[3] Fix | Delete
*/
[4] Fix | Delete
[5] Fix | Delete
get_header();
[6] Fix | Delete
$current_theme = get_stylesheet(); ?>
[7] Fix | Delete
<div class="wrap">
[8] Fix | Delete
<div id="primary" class="content-area">
[9] Fix | Delete
<div id="container" class="<?php echo in_array( $current_theme, array( 'twentyfourteen', 'twentytwelve' ) ) ? 'site-content' : ''; ?> site-main">
[10] Fix | Delete
<div id="content" class="hentry entry">
[11] Fix | Delete
<?php if ( 'twentynineteen' !== $current_theme ) { ?>
[12] Fix | Delete
<div class="breadcrumbs entry-header<?php echo in_array( $current_theme, array( 'twentytwenty' ) ) ? ' has-text-align-center' : ''; ?>">
[13] Fix | Delete
<?php prtfl_post_template_title(); ?>
[14] Fix | Delete
</div>
[15] Fix | Delete
<?php
[16] Fix | Delete
}
[17] Fix | Delete
if ( function_exists( 'lnkdn_position' ) ) {
[18] Fix | Delete
echo lnkdn_position( '', 'before_post' );
[19] Fix | Delete
}
[20] Fix | Delete
do_action( 'bwsplgns_display_pdf_print_buttons', 'top' );
[21] Fix | Delete
/* Display template content */
[22] Fix | Delete
prtfl_post_get_content();
[23] Fix | Delete
[24] Fix | Delete
do_action( 'bwsplgns_display_pdf_print_buttons', 'bottom' );
[25] Fix | Delete
if ( function_exists( 'lnkdn_position' ) ) {
[26] Fix | Delete
echo lnkdn_position( '', 'after_post' );
[27] Fix | Delete
}
[28] Fix | Delete
?>
[29] Fix | Delete
</div><!-- #content -->
[30] Fix | Delete
</div><!-- #container -->
[31] Fix | Delete
</div><!-- .content-area -->
[32] Fix | Delete
<?php
[33] Fix | Delete
if ( 'twentytwenty' === $current_theme ) {
[34] Fix | Delete
get_template_part( 'template-parts/footer-menus-widgets' );
[35] Fix | Delete
} elseif ( 'twentynineteen' !== $current_theme ) {
[36] Fix | Delete
get_sidebar();
[37] Fix | Delete
}
[38] Fix | Delete
?>
[39] Fix | Delete
</div><!-- .wrap -->
[40] Fix | Delete
<?php get_footer(); ?>
[41] Fix | Delete
[42] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function