Finds the next token in the HTML document.
Description
This doesn’t currently have a way to represent non-tags and doesn’t process semantic rules for text nodes. For access to the raw tokens consider using WP_HTML_Tag_Processor instead.
Source
public function next_token(): bool {
return $this->next_visitable_token();
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.