Ends a new XML tag.
Description
Callback function for xml_set_element_handler().
Parameters
$parser
resourcerequired- XML Parser resource.
$tag_name
stringrequired- XML tag name.
Source
function endElement( $parser, $tag_name ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
// Nothing to do.
}
Changelog
Version | Description |
---|---|
0.71 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.