WPDev.one
Core Class

WP_HTML_Unsupported_Exception

class WP_HTML_Unsupported_Exception // Constructor: function Object() { [native code] }

Core class used by the HTML processor during HTML parsing

Methods 1 methods

Method / Return Description
__construct()
void

Constructor function.

Parameters: $message: string, $token_name: string, $token_at: int, $token: string, $stack_of_open_elements: array, $active_formatting_elements: array

Properties

Property / Type Description
$token_name
mixed
public
No description available.
$token_at
mixed
public
No description available.
$token
mixed
public
No description available.
$stack_of_open_elements
mixed
public
No description available.
$active_formatting_elements
mixed
public
No description available.

Class Information

Since Version
6.4.0
Source File
wp-includes/html-api/class-wp-html-unsupported-exception.php
Advertisement