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: display-form-container.html.php
<?php do_action( 'ninja_forms_before_form_display', $form_id ); ?>
[0] Fix | Delete
<?php do_action( 'ninja_forms_display_pre_init', $form_id ); ?>
[1] Fix | Delete
<?php do_action( 'ninja_forms_display_init', $form_id ); ?>
[2] Fix | Delete
<?php if( is_user_logged_in() )do_action( 'ninja_forms_display_user_not_logged_in', $form_id ); ?>
[3] Fix | Delete
<?php
[4] Fix | Delete
/*
[5] Fix | Delete
* If we have a form wrapper, output it in the nf-form-cont div.
[6] Fix | Delete
*/
[7] Fix | Delete
$form_wrap = Ninja_Forms()->form( $form_id )->get()->get_setting( 'wrapper_class' );
[8] Fix | Delete
[9] Fix | Delete
$wrapper_class = ( ! empty( $form_wrap ) ) ? ' ' . Ninja_Forms()->form( $form_id )->get()->get_setting( 'wrapper_class' ) : '';
[10] Fix | Delete
?>
[11] Fix | Delete
<div id="nf-form-<?php echo $form_id; ?>-cont" class="nf-form-cont<?php echo esc_attr( $wrapper_class ); ?>" aria-live="polite" aria-labelledby="nf-form-title-<?php echo $form_id ?>" aria-describedby="nf-form-errors-<?php echo $form_id; ?>" role="form">
[12] Fix | Delete
[13] Fix | Delete
<div class="nf-loading-spinner"></div>
[14] Fix | Delete
[15] Fix | Delete
</div>
[16] Fix | Delete
<?php do_action( 'ninja_forms_display_after_form', $form_id ); ?>
[17] Fix | Delete
<?php do_action( 'ninja_forms_after_form_display', $form_id ); ?>
[18] Fix | Delete
[19] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function