WP_HTML_Tag_Processor::get_namespace(): string In this article Table of ContentsReturn Source Related Changelog ↑ Back to top 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; } View all references View on Trac View on GitHub Related Used byDescriptionWP_HTML_Processor::get_namespace()wp-includes/html-api/class-wp-html-processor.phpIndicates the namespace of the current token, or “html” if there is none. WP_HTML_Tag_Processor::get_qualified_tag_name()wp-includes/html-api/class-wp-html-tag-processor.phpReturns the adjusted tag name for a given token, taking into account the current parsing context, whether HTML, SVG, or MathML. WP_HTML_Tag_Processor::get_qualified_attribute_name()wp-includes/html-api/class-wp-html-tag-processor.phpReturns the adjusted attribute name for a given attribute, taking into account the current parsing context, whether HTML, SVG, or MathML. WP_HTML_Tag_Processor::get_modifiable_text()wp-includes/html-api/class-wp-html-tag-processor.phpReturns the modifiable text for a matched token, or an empty string. Changelog VersionDescription6.7.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.