We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f1a81 commit 40f4967Copy full SHA for 40f4967
1 file changed
src/wp-includes/html-api/class-wp-html-processor.php
@@ -308,6 +308,7 @@ public static function create_fragment( $html, $context = '<body>', $encoding =
308
}
309
310
$context_node = self::parse_context_element( $context );
311
+ var_dump( $context_node );
312
if ( null === $context_node ) {
313
_doing_it_wrong(
314
__FUNCTION__,
0 commit comments