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( mixed $parser, string $tagName )
XML callback function that is called at the end of a XML tag.
Description Description
Parameters Parameters
- $parser
-
(mixed) (Required) XML Parser resource.
- $tagName
-
(string) (Required) XML tag name.
Source Source
File: wp-admin/link-parse-opml.php
function endElement( $parser, $tagName ) { // Nothing to do. }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
0.71 | Introduced. |