Parses next element in the ‘in table text’ insertion mode.
Description
This internal function performs the ‘in table text’ insertion mode logic for the generalized WP_HTML_Processor::step() function.
See also
Source
private function step_in_table_text(): bool {
$this->bail( 'No support for parsing in the ' . WP_HTML_Processor_State::INSERTION_MODE_IN_TABLE_TEXT . ' state.' );
}
Changelog
| Version | Description |
|---|---|
| 6.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.