Gets the span for the current token.
Source
private function get_span(): WP_HTML_Span {
// Note: This call will never fail according to the usage of this class, given it is always called after ::next_tag() is true.
$this->set_bookmark( 'here' );
return $this->bookmarks['here'];
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.