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



_oembed_create_xml › WordPress Function

Since4.4.0
Deprecatedn/a
_oembed_create_xml ( $data, $node = null )
Access:
  • private
Parameters: (2)
  • (array) $data The original oEmbed response data.
    Required: Yes
  • (SimpleXMLElement) $node Optional. XML node to append the result to recursively.
    Required: No
    Default: null
Returns:
  • (string|false) XML string on success, false on error.
Defined at:
Codex:

Creates an XML string from a given array.



Source

Soon...