wpseek.com
A WordPress-centric search engine for devs and theme authors



endelement › WordPress Function

Since0.71
Deprecatedn/a
endelement ( $parser, $tag_name )
Access:
  • private
Parameters: (2)
  • (resource) $parser XML Parser resource.
    Required: Yes
  • (string) $tag_name XML tag name.
    Required: Yes
Defined at:
Codex:

Ends a new XML tag.

Callback function for xml_set_element_handler().


Source

function endElement( $parser, $tag_name ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
	// Nothing to do.
}