: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
$html = trim( preg_replace( '/\\t+/', '', $html ) );
if ( isset( $_GET['debug'] ) ) {
$html .= sprintf( '<pre>%s</pre>', wp_json_encode( $this->meta, JSON_PRETTY_PRINT ) );
$html = apply_filters( 'igm_map_after', $html, $id );