WP_HTML_Tag_Processor::__construct( string $html )

In this article

Constructor.

Parameters

$htmlstringrequired
HTML to process.

Source

* operates on pure text _as text_ and not as HTML. There's a line
* between the public interface, with HTML-semantic methods like
* `set_attribute` and `add_class`, and an internal state that tracks

Changelog

VersionDescription
6.2.0Introduced.

User Contributed Notes

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