Core Class
View Source on Trac ↗
Core Class
WP_HTML_Token
class WP_HTML_Token
// Constructor: function Object() { [native code] } Core class used by the HTML processor during HTML parsing
Methods 3 methods
| Method / Return | Description |
|---|---|
| __construct() void | Constructor - creates a reference to a token in some external HTML string.
Parameters: $bookmark_name: ?string, $node_name: string, $has_self_closing_flag: bool, $on_destroy: ?callable |
| __destruct() void | Destructor. |
| __wakeup() void | Wakeup magic method. |
Properties
| Property / Type | Description |
|---|---|
| $bookmark_name mixed public | No description available. |
| $node_name mixed public | No description available. |
| $has_self_closing_flag mixed public | No description available. |
| $namespace mixed public | No description available. |
| $integration_node_type mixed public | No description available. |
| $on_destroy mixed public | No description available. |
Class Information
Since Version
6.4.0
Source File
wp-includes/html-api/class-wp-html-token.php
Advertisement