W3cubDocs

/WordPress

WP_HTML_Processor::insert_html_element( WP_HTML_Token $token )

Inserts an HTML element on the stack of open elements.

Description

See also

Parameters

$tokenWP_HTML_Tokenrequired
Name of bookmark pointing to element in original input HTML.

Source

 * > A start tag whose tag name is "form"
 */
case '+FORM':

Changelog

Version Description
6.4.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_html_processor/insert_html_element