WP_HTML_Processor::step_after_head()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘after head’ insertion mode.
|
WP_HTML_Processor::step_in_table()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘in table’ insertion mode.
|
WP_HTML_Processor::step_in_column_group()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘in column group’ insertion mode.
|
WP_HTML_Processor::step_in_select()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘in select’ insertion mode.
|
WP_HTML_Processor::step_in_select_in_table()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘in select in table’ insertion mode.
|
WP_HTML_Processor::step_in_template()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘in template’ insertion mode.
|
WP_HTML_Processor::step_after_body()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘after body’ insertion mode.
|
WP_HTML_Processor::step_in_frameset()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘in frameset’ insertion mode.
|
WP_HTML_Processor::step_after_frameset()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘after frameset’ insertion mode.
|
WP_HTML_Processor::step_after_after_body()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘after after body’ insertion mode.
|
WP_HTML_Processor::step_after_after_frameset()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘after after frameset’ insertion mode.
|
WP_HTML_Processor::step_in_foreign_content()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘in foreign content’ insertion mode.
|
WP_HTML_Processor::serialize_token()wp-includes/html-api/class-wp-html-processor.php | Serializes the currently-matched token.
|
WP_HTML_Processor::step_initial()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘initial’ insertion mode.
|
WP_HTML_Processor::step_before_html()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘before html’ insertion mode.
|
WP_HTML_Processor::step_before_head()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘before head’ insertion mode.
|
WP_HTML_Processor::step_in_head()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘in head’ insertion mode.
|
WP_HTML_Processor::step_in_head_noscript()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘in head noscript’ insertion mode.
|
WP_HTML_Processor::create_fragment_at_current_node()wp-includes/html-api/class-wp-html-processor.php | Creates a fragment processor at the current node.
|
WP_HTML_Processor::is_tag_closer()wp-includes/html-api/class-wp-html-processor.php | Indicates if the current tag token is a tag closer.
|
WP_HTML_Processor::next_tag()wp-includes/html-api/class-wp-html-processor.php | Finds the next tag matching the $query.
|
WP_HTML_Processor::step_in_body()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘in body’ insertion mode.
|
User Contributed Notes
You must log in before being able to contribute a note or feedback.