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-metabox-append-a-form.html.php
<select name='ninja_form_select'>
[0] Fix | Delete
<option value="0"><?php echo $none_text;?></option>
[1] Fix | Delete
<?php foreach( $forms as $form ): ?>
[2] Fix | Delete
[3] Fix | Delete
<?php $id = $form->get_id(); ?>
[4] Fix | Delete
[5] Fix | Delete
<option value="<?php echo intval( $id ); ?>"<?php selected( $id, $form_id );?>>
[6] Fix | Delete
<?php echo esc_html( $form->get_setting( 'title' ) ); ?>
[7] Fix | Delete
</option>
[8] Fix | Delete
[9] Fix | Delete
<?php endforeach; ?>
[10] Fix | Delete
</select>
[11] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function