WP_HTML_Processor_State::__construct()

In this article

Constructor – creates a new and empty state value.

Description

See also

Source

public function __construct() {
	$this->stack_of_open_elements     = new WP_HTML_Open_Elements();
	$this->active_formatting_elements = new WP_HTML_Active_Formatting_Elements();
}

Changelog

VersionDescription
6.4.0Introduced.

User Contributed Notes

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