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-inclu.../html-api
File: class-wp-html-unsupported-exception.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* HTML API: WP_HTML_Unsupported_Exception class
[2] Fix | Delete
*
[3] Fix | Delete
* @package WordPress
[4] Fix | Delete
* @subpackage HTML-API
[5] Fix | Delete
* @since 6.4.0
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
/**
[9] Fix | Delete
* Core class used by the HTML processor during HTML parsing
[10] Fix | Delete
* for indicating that a given operation is unsupported.
[11] Fix | Delete
*
[12] Fix | Delete
* This class is designed for internal use by the HTML processor.
[13] Fix | Delete
*
[14] Fix | Delete
* The HTML API aims to operate in compliance with the HTML5
[15] Fix | Delete
* specification, but does not implement the full specification.
[16] Fix | Delete
* In cases where it lacks support it should not cause breakage
[17] Fix | Delete
* or unexpected behavior. In the cases where it recognizes that
[18] Fix | Delete
* it cannot proceed, this class is used to abort from any
[19] Fix | Delete
* operation and signify that the given HTML cannot be processed.
[20] Fix | Delete
*
[21] Fix | Delete
* @since 6.4.0
[22] Fix | Delete
*
[23] Fix | Delete
* @access private
[24] Fix | Delete
*
[25] Fix | Delete
* @see WP_HTML_Processor
[26] Fix | Delete
*/
[27] Fix | Delete
class WP_HTML_Unsupported_Exception extends Exception {
[28] Fix | Delete
[29] Fix | Delete
}
[30] Fix | Delete
[31] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function