It looks like nothing was found at this location. Maybe try one of the links below or a search?
t::PUSH === $queue_item->operation ) { $breadcrumbs[] = $queue_item->token->node_name; } else { array_pop( $breadcrumbs ); } } if ( null !== parent::get_token_name() && ! parent::is_tag_closer() ) { array_pop( $breadcrumbs ); } // Add the virtual node we're at. if ( WP_HTML_Stack_Event::PUSH === $this->current_element->operation ) { $breadcrumbs[] = $this->current_element->token->node_name; } return $breadcrumbs; } /** * Returns the nesting depth of the current location in the document. * * Example: * * $processor = WP_HTML_Processor::create_fragment( '
It looks like nothing was found at this location. Maybe try one of the links below or a search?