/home/vianto5/ceibaresidencial.mx/wp-content/plugins/query-monitor/output
NameSizeModeActions
headers/-0755rm
html/-0755rm
raw/-0755rm
Headers.php7350644editdlrm
Html.php138310644editdlrm
Raw.php1790644editdlrm
Edit: /home/vianto5/ceibaresidencial.mx/wp-content/plugins/query-monitor/output/Headers.php (735B)
collector->id; foreach ( $this->get_output() as $key => $value ) { if ( ! is_scalar( $value ) ) { $value = wp_json_encode( $value ); } # Remove illegal characters (Header value may not contain NUL bytes) if ( is_string( $value ) ) { $value = str_replace( chr( 0 ), '', $value ); } # Remove illegal characters (Header name may not contain underscores) $key = str_replace( '_', '-', $key ); header( sprintf( 'X-QM-%s-%s: %s', $id, $key, $value ) ); } } }