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/ninja-fo.../includes/Template...
File: NewFormTemplates.html.php
<?php if ( ! defined( 'ABSPATH' ) ) exit;
[0] Fix | Delete
$templates = Ninja_Forms::config( 'NewFormTemplates' );
[1] Fix | Delete
[2] Fix | Delete
foreach( $templates as $template ) {
[3] Fix | Delete
?>
[4] Fix | Delete
<a href="?page=ninja-forms&form_id=<?php echo $template[ 'id' ]; ?>" class="nf-one-third template-box">
[5] Fix | Delete
<div class="template-box-inside">
[6] Fix | Delete
<h4><?php echo $template[ 'title' ]; ?></h4>
[7] Fix | Delete
<p class="template-desc"><?php echo $template[ 'template-desc' ]; ?></p>
[8] Fix | Delete
</div>
[9] Fix | Delete
</a>
[10] Fix | Delete
<?php
[11] Fix | Delete
}
[12] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function