WP_HTML_Tag_Processor::get_namespace(): string

In this article

Returns the namespace of the matched token.

Return

string One of 'html', 'math', or 'svg'.

Source

public function get_namespace(): string {
	return $this->parsing_namespace;
}

Changelog

VersionDescription
6.7.0Introduced.

User Contributed Notes

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