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.
Parameters
- $parser
-
(Required) XML Parser resource.
- $tagName
-
(Required) XML tag name.
Source
File: wp-admin/link-parse-opml.php
function endElement($parser, $tagName) {
// Nothing to do.
}
Changelog
Version | Description |
---|---|
WP-0.71 | Introduced. |