Switch language

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




_wp_oembed_get_object [ WordPress Function ]

_wp_oembed_get_object ( No parameters )
Access:
  • private
Uses:
  • WP_oEmbed
See:
  • WP_oEmbed
Returns:
  • (WP_oEmbed) object.
Defined at:



Returns the initialized {@link WP_oEmbed} object

Source


<?php
function &_wp_oembed_get_object() {
    static 
$wp_oembed;

    if ( 
is_null($wp_oembed) )
        
$wp_oembed = new WP_oEmbed();

    return 
$wp_oembed;
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics