WP_HTML_Processor::get_unsupported_exception(): WP_HTML_Unsupported_Exception|null

In this article

Returns context for why the parser aborted due to unsupported HTML, if it did.

Description

This is meant for debugging purposes, not for production use.

See also

  • self::$unsupported_exception

Return

WP_HTML_Unsupported_Exception|null

Source

public function get_unsupported_exception() {
	return $this->unsupported_exception;
}

Changelog

VersionDescription
6.7.0Introduced.

User Contributed Notes

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