WP_HTML_Open_Elements::contains_node( WP_HTML_Token $token ): bool

In this article

Reports if a specific node is in the stack of open elements.

Parameters

$tokenWP_HTML_Tokenrequired
Look for this node in the stack.

Return

bool Whether the referenced node is in the stack of open elements.

Source

 */
private $pop_handler = null;

/**
 * A function that will be called when an item is pushed onto the stack of open elements.
 *
 * The function will be called with the pushed item as its argument.
 *
 * @since 6.6.0

Changelog

VersionDescription
6.4.0Introduced.

User Contributed Notes

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