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: admin-menu-all-forms.html.php
<div class="wrap">
[0] Fix | Delete
[1] Fix | Delete
<h1>Forms
[2] Fix | Delete
<a href="<?php echo $add_new_url; ?>" class="page-title-action">
[3] Fix | Delete
<?php echo $add_new_text; ?>
[4] Fix | Delete
</a>
[5] Fix | Delete
</h1>
[6] Fix | Delete
[7] Fix | Delete
<?php do_action( 'nf_admin_before_form_list' ); ?>
[8] Fix | Delete
[9] Fix | Delete
<form method="post">
[10] Fix | Delete
<?php $table->display(); ?>
[11] Fix | Delete
</form>
[12] Fix | Delete
[13] Fix | Delete
<?php
[14] Fix | Delete
[15] Fix | Delete
if( isset( $_GET['debug' ] ) ){
[16] Fix | Delete
[17] Fix | Delete
$forms = Ninja_Forms()->form()->get_forms();
[18] Fix | Delete
[19] Fix | Delete
foreach( $forms as $form ){
[20] Fix | Delete
[21] Fix | Delete
echo "<pre>";
[22] Fix | Delete
var_dump( $form->get_settings() );
[23] Fix | Delete
echo "</pre>";
[24] Fix | Delete
}
[25] Fix | Delete
}
[26] Fix | Delete
[27] Fix | Delete
?>
[28] Fix | Delete
[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