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-settings-licenses.html.php
<?php if( ! $licenses ): ?>
[0] Fix | Delete
[1] Fix | Delete
<?php echo sprintf( esc_html__( 'To activate licenses for Ninja Forms extensions you must first %sinstall and activate%s the chosen extension. License settings will then appear below.', 'ninja-forms' ), '<a target="_blank" href="https://ninjaforms.com/docs/installation/">', '</a>' ); ?>
[2] Fix | Delete
[3] Fix | Delete
<?php else: ?>
[4] Fix | Delete
[5] Fix | Delete
<table class="form-table">
[6] Fix | Delete
<tbody>
[7] Fix | Delete
<?php foreach( $licenses as $license ): ?>
[8] Fix | Delete
<tr>
[9] Fix | Delete
<th>
[10] Fix | Delete
<?php echo $license[ 'name' ]; ?>
[11] Fix | Delete
<br /><small>v<?php echo $license[ 'version' ]; ?></small>
[12] Fix | Delete
</th>
[13] Fix | Delete
<td>
[14] Fix | Delete
<form action="" method="POST">
[15] Fix | Delete
<input type="hidden" name="ninja_forms_license[name]" value="<?php echo $license[ 'id' ]; ?>">
[16] Fix | Delete
<input type="text" class="widefat" name="ninja_forms_license[key]" value="<?php echo $license[ 'license' ];?>">
[17] Fix | Delete
[18] Fix | Delete
<?php if( $license[ 'error' ] ): ?>
[19] Fix | Delete
<div>
[20] Fix | Delete
<?php echo $license[ 'error' ]; ?>
[21] Fix | Delete
</div>
[22] Fix | Delete
<?php endif; ?>
[23] Fix | Delete
[24] Fix | Delete
<?php if( ! $license[ 'is_valid' ] ): ?>
[25] Fix | Delete
<button type="submit" class="button button-primary" name="ninja_forms_license[action]" value="activate"><?php esc_html_e( 'Activate', 'ninja-forms' ); ?></button>
[26] Fix | Delete
<?php else: ?>
[27] Fix | Delete
<button type="submit" class="button button-secondary" name="ninja_forms_license[action]" value="deactivate"><?php esc_html_e( 'De-activate', 'ninja-forms' ); ?></button>
[28] Fix | Delete
<?php endif; ?>
[29] Fix | Delete
</form>
[30] Fix | Delete
</td>
[31] Fix | Delete
</tr>
[32] Fix | Delete
<?php endforeach; ?>
[33] Fix | Delete
</table>
[34] Fix | Delete
[35] Fix | Delete
<?php endif; ?>
[36] Fix | Delete
[37] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function