Alert: 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.
endElement( resource $parser, string $tag_name )
XML callback function that is called at the end of a XML tag.
Parameters
-
$parser
resource Required -
XML Parser resource.
-
$tag_name
string Required -
XML tag name.
Source
File: wp-admin/link-parse-opml.php
.
View all references
function endElement( $parser, $tag_name ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
// Nothing to do.
}
Changelog
Version | Description |
---|---|
0.71 | Introduced. |