WP_HTML_Tag_Processor::__toString(): string

In this article

Returns the string representation of the HTML Tag Processor.

Description

See also

Return

string The processed HTML.

Source

if ( 'html' !== $namespace ) {
	switch ( $lower_name ) {
		case 'xlink:actuate':

Changelog

VersionDescription
6.2.0Introduced.

User Contributed Notes

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