_oembed_create_xml
- %1$s is private and should not be used in themes or plugins directly.
_oembed_create_xml ( $data, $node = null )
Access:Parameters:- (array) data The original oEmbed response data.
- (SimpleXMLElement) node Optional. XML node to append the result to recursively.
Returns:- (string|false) XML string on success, false on error.
Defined at: - Introduced in WordPress: 4.4.0
- Deprecated in WordPress: —
Description
Creates an XML string from a given array.