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-addons.html.php
<div class="wrap apps-container">
[0] Fix | Delete
<!--
[1] Fix | Delete
<?php foreach ($notices as $notice): ?>
[2] Fix | Delete
[3] Fix | Delete
<div class="nf-addon-notice">
[4] Fix | Delete
<p>
[5] Fix | Delete
<strong><?php echo $notice[ 'title' ]; ?></strong> <?php esc_html_e( ' requires an update. You have version ', 'ninja-forms' );?><strong><?php echo $notice[ 'old_version' ]; ?></strong><?php esc_html_e( ' installed. The current version is ', 'ninja-forms' ); ?><strong><?php echo $notice[ 'new_version' ]; ?></strong>.
[6] Fix | Delete
</p>
[7] Fix | Delete
</div>
[8] Fix | Delete
[9] Fix | Delete
<?php endforeach; ?>
[10] Fix | Delete
-->
[11] Fix | Delete
<?php
[12] Fix | Delete
$u_id = get_option( 'nf_aff', false );
[13] Fix | Delete
if ( !$u_id ) $u_id = apply_filters( 'ninja_forms_affiliate_id', false );
[14] Fix | Delete
?>
[15] Fix | Delete
[16] Fix | Delete
<?php foreach( $groups as $slug => $group): ?>
[17] Fix | Delete
[18] Fix | Delete
<h3 id="<?php echo $slug; ?>"><?php echo $group[ 'title' ]; ?></h2>
[19] Fix | Delete
[20] Fix | Delete
<div class="apps-container">
[21] Fix | Delete
[22] Fix | Delete
[23] Fix | Delete
<?php foreach ($group['items'] as $item): ?>
[24] Fix | Delete
[25] Fix | Delete
<?php
[26] Fix | Delete
$link = $item[ 'link' ];
[27] Fix | Delete
if ( $u_id ) {
[28] Fix | Delete
$last_slash = strripos( $link, '/' );
[29] Fix | Delete
$link = substr( $link, 0, $last_slash );
[30] Fix | Delete
$link = urlencode( $link );
[31] Fix | Delete
$link = 'http://www.shareasale.com/r.cfm?u=' . $u_id . '&b=812237&m=63061&afftrack=&urllink=' . $link;
[32] Fix | Delete
}
[33] Fix | Delete
?>
[34] Fix | Delete
[35] Fix | Delete
<div class="nf-extend nf-box">
[36] Fix | Delete
[37] Fix | Delete
<div class="nf-box-inside">
[38] Fix | Delete
[39] Fix | Delete
<img src="<?php echo NF_PLUGIN_URL . $item['image']; ?>" />
[40] Fix | Delete
[41] Fix | Delete
<h2><?php echo $item['title']; ?></h2>
[42] Fix | Delete
[43] Fix | Delete
<div class="nf-extend-content">
[44] Fix | Delete
[45] Fix | Delete
<p><?php echo $item['content']; ?></p>
[46] Fix | Delete
[47] Fix | Delete
<div class="nf-extend-buttons">
[48] Fix | Delete
[49] Fix | Delete
<?php if( ! empty( $item['docs'] ) ): ?>
[50] Fix | Delete
[51] Fix | Delete
<a target="_blank" href="<?php echo $item['docs']; ?>" class="nf-button secondary nf-doc-button"><?php esc_html_e( 'Docs', 'ninja-forms' ); ?></a>
[52] Fix | Delete
<?php else: ?>
[53] Fix | Delete
[54] Fix | Delete
<p><a><?php esc_html_e( 'Documentation coming soon.', 'ninja-forms' ); ?></a></p>
[55] Fix | Delete
[56] Fix | Delete
<?php endif; ?>
[57] Fix | Delete
[58] Fix | Delete
<?php if( ! empty( $item['plugin'] ) && file_exists( WP_PLUGIN_DIR.'/'.$item['plugin'] ) ): ?>
[59] Fix | Delete
[60] Fix | Delete
<?php if( is_plugin_active( $item['plugin'] ) ): ?>
[61] Fix | Delete
[62] Fix | Delete
<span class="secondary nf-button"><?php esc_html_e( 'Active', 'ninja-forms' ); ?></span>
[63] Fix | Delete
[64] Fix | Delete
<?php elseif( is_plugin_inactive( $item['plugin'] ) ): ?>
[65] Fix | Delete
[66] Fix | Delete
<span class="secondary nf-button"><?php esc_html_e( 'Installed', 'ninja-forms' ); ?></span>
[67] Fix | Delete
[68] Fix | Delete
<?php else: ?>
[69] Fix | Delete
[70] Fix | Delete
<a target="_blank" href="<?php echo $link; ?>" title="<?php echo $item['title']; ?>" class="primary nf-button"><?php esc_html_e( 'Learn More', 'ninja-forms' ); ?></a>
[71] Fix | Delete
[72] Fix | Delete
<?php endif; ?>
[73] Fix | Delete
[74] Fix | Delete
<?php else: ?>
[75] Fix | Delete
[76] Fix | Delete
<a target="_blank" href="<?php echo $link; ?>" title="<?php echo $item['title']; ?>" class="primary nf-button"><?php esc_html_e( 'Learn More', 'ninja-forms' ); ?></a>
[77] Fix | Delete
[78] Fix | Delete
<?php endif; ?>
[79] Fix | Delete
[80] Fix | Delete
</div>
[81] Fix | Delete
[82] Fix | Delete
</div>
[83] Fix | Delete
[84] Fix | Delete
</div>
[85] Fix | Delete
[86] Fix | Delete
</div>
[87] Fix | Delete
[88] Fix | Delete
<?php endforeach; ?>
[89] Fix | Delete
</div><!-- ./apps-container -->
[90] Fix | Delete
<?php endforeach; ?>
[91] Fix | Delete
[92] Fix | Delete
</div>
[93] Fix | Delete
[94] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function