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.


Top ↑

Source Source

File: wp-admin/link-parse-opml.php

function endElement( $parser, $tagName ) {
	// Nothing to do.
}

Top ↑

Changelog Changelog

Changelog
Version Description
0.71 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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