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

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/interact.../src/Plugin
File: Map.php
$html = trim( preg_replace( '/\\t+/', '', $html ) );
[500] Fix | Delete
if ( isset( $_GET['debug'] ) ) {
[501] Fix | Delete
$html .= sprintf( '<pre>%s</pre>', wp_json_encode( $this->meta, JSON_PRETTY_PRINT ) );
[502] Fix | Delete
}
[503] Fix | Delete
$html = apply_filters( 'igm_map_after', $html, $id );
[504] Fix | Delete
return $html;
[505] Fix | Delete
}
[506] Fix | Delete
[507] Fix | Delete
}
[508] Fix | Delete
[509] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function