Private Access Private Access
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.
Summery Summery
Returns the initialized WP_oEmbed object.
Syntax Syntax
Return Return
(WP_oEmbed) object.
Source Source
File: wp-includes/embed.php
if ( is_null( $wp_oembed ) ) { $wp_oembed = new WP_oEmbed(); } return $wp_oembed; } /** * Adds a URL format and oEmbed provider URL pair.
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |