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/wp-conte.../plugins/sitepres.../menu
File: debug-information.php
<?php
[0] Fix | Delete
[1] Fix | Delete
include_once WPML_PLUGIN_PATH . '/inc/functions-debug-information.php';
[2] Fix | Delete
$debug_info = get_debug_info();
[3] Fix | Delete
$debug_data = $debug_info->run();
[4] Fix | Delete
[5] Fix | Delete
/* DEBUG ACTION */
[6] Fix | Delete
/**
[7] Fix | Delete
* @param $term_object
[8] Fix | Delete
*
[9] Fix | Delete
* @return callable
[10] Fix | Delete
*/
[11] Fix | Delete
?>
[12] Fix | Delete
<div class="wrap">
[13] Fix | Delete
<h1><?php echo __( 'Debug information', 'sitepress' ) ?></h1>
[14] Fix | Delete
<?php
[15] Fix | Delete
[16] Fix | Delete
$message = filter_input( INPUT_GET, 'message', FILTER_SANITIZE_FULL_SPECIAL_CHARS, FILTER_NULL_ON_FAILURE );
[17] Fix | Delete
[18] Fix | Delete
if ( $message ) { ?>
[19] Fix | Delete
<div class="updated message fade"><p>
[20] Fix | Delete
<?php echo esc_html( $message ); ?>
[21] Fix | Delete
</p></div>
[22] Fix | Delete
<?php } ?>
[23] Fix | Delete
<div id="poststuff">
[24] Fix | Delete
<div id="wpml-debug-info" class="postbox">
[25] Fix | Delete
<div class="inside">
[26] Fix | Delete
<p><?php _e( 'This information allows our support team to see the versions of WordPress, plugins and theme on your site. Provide this information if requested in our support forum. No passwords or other confidential information is included.', 'sitepress' ) ?></p>
[27] Fix | Delete
<br/>
[28] Fix | Delete
<?php
[29] Fix | Delete
echo '<textarea style="font-size:10px;width:100%;height:150px;" rows="16" readonly="readonly">';
[30] Fix | Delete
echo esc_html( $debug_info->do_json_encode( $debug_data ) );
[31] Fix | Delete
echo '</textarea>';
[32] Fix | Delete
?>
[33] Fix | Delete
</div>
[34] Fix | Delete
</div>
[35] Fix | Delete
</div>
[36] Fix | Delete
[37] Fix | Delete
<?php do_action( 'icl_menu_footer' ); ?>
[38] Fix | Delete
</div>
[39] Fix | Delete
[40] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function