WP_HTML_Token::__destruct()

In this article

Destructor.

Source

*
* @param string|null   $bookmark_name         Name of bookmark corresponding to location in HTML where token is found,
*                                             or `null` for markers and nodes without a bookmark.
* @param string        $node_name             Name of node token represents; if uppercase, an HTML element; if lowercase, a special value like "marker".
* @param bool          $has_self_closing_flag Whether the source token contains the self-closing flag, regardless of whether it's valid.

Changelog

VersionDescription
6.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.