WP_HTML_Processor::get_comment_type(): string|null

In this article

Indicates what kind of comment produced the comment node.

Description

Because there are different kinds of HTML syntax which produce comments, the Tag Processor tracks and exposes this as a type for the comment. Nominally only regular HTML comments exist as they are commonly known, but a number of unrelated syntax errors also produce comments.

See also

Return

string|null

Source

case '+NOFRAMES':
case '+STYLE':
	return $this->step_in_head();

Changelog

VersionDescription
6.6.0Introduced.

User Contributed Notes

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