WP_HTML_Processor::close_a_p_element()

In this article

This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness. Use https://html.spec.whatwg.org/#close-a-p-element instead.

Closes a P element.

Description

See also

Source

switch ( $op ) {
	/*
	 * > A character token that is one of U+0009 CHARACTER TABULATION,
	 * > U+000A LINE FEED (LF), U+000C FORM FEED (FF),

Changelog

VersionDescription
6.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.