WP_HTML_Tag_Processor::__toString(): string

Returns the string representation of the HTML Tag Processor.

Description

See also

Return

string The processed HTML.

Source

public function __toString() {
	return $this->get_updated_html();
}

Changelog

VersionDescription
6.2.0Introduced.

User Contributed Notes

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