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-import-export.html.php
<div class="wrap">
[0] Fix | Delete
[1] Fix | Delete
<h1><?php esc_html_e( 'Import / Export', 'ninja-forms' ); ?>
[2] Fix | Delete
<a href="https://ninjaforms.com/docs/import-export/?utm_source=Ninja+Forms+Plugin&utm_medium=Import+Export&utm_campaign=Documentation&utm_content=Import+Export+Documentation" target="_blank">
[3] Fix | Delete
<img src="<?php echo Ninja_Forms::$url . 'assets/img/help_icon.png'; ?>" alt="Documentation Link" width="25" height="25">
[4] Fix | Delete
</a></h1>
[5] Fix | Delete
[6] Fix | Delete
<h2 class="nav-tab-wrapper">
[7] Fix | Delete
<?php foreach( $tabs as $tab => $name ): ?>
[8] Fix | Delete
<?php if( $tab == $active_tab ): ?>
[9] Fix | Delete
<span class="nav-tab nav-tab-active"><?php echo esc_html( $name ) ?></span>
[10] Fix | Delete
<?php else: ?>
[11] Fix | Delete
<a href="<?php echo esc_url( add_query_arg( 'tab', $tab) ); ?>" target="" class="nav-tab "><?php echo $name ?></a>
[12] Fix | Delete
<?php endif; ?>
[13] Fix | Delete
<?php endforeach; ?>
[14] Fix | Delete
</h2>
[15] Fix | Delete
[16] Fix | Delete
<div id="poststuff">
[17] Fix | Delete
<?php do_meta_boxes('nf_import_export_' . $active_tab, 'advanced', NULL ); ?>
[18] Fix | Delete
</div>
[19] Fix | Delete
[20] Fix | Delete
<script>
[21] Fix | Delete
jQuery(document).ready( function($) {
[22] Fix | Delete
// close postboxes that should be closed
[23] Fix | Delete
jQuery('.if-js-closed').removeClass('if-js-closed').addClass('closed');
[24] Fix | Delete
[25] Fix | Delete
// postboxes
[26] Fix | Delete
<?php
[27] Fix | Delete
global $wp_version;
[28] Fix | Delete
if(version_compare($wp_version,"2.7-alpha", "<")){
[29] Fix | Delete
echo "add_postbox_toggles('nf_import_export_$active_tab');"; //For WP2.6 and below
[30] Fix | Delete
}
[31] Fix | Delete
else{
[32] Fix | Delete
echo "postboxes.add_postbox_toggles('nf_import_export_$active_tab');"; //For WP2.7 and above
[33] Fix | Delete
}
[34] Fix | Delete
?>
[35] Fix | Delete
[36] Fix | Delete
});
[37] Fix | Delete
</script>
[38] Fix | Delete
[39] Fix | Delete
</div>
[40] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function