Switch language

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




wp_maybe_load_embeds [ WordPress Function ]

wp_maybe_load_embeds ( No parameters )
Defined at:



Determines if default embed handlers should be loaded.

Checks to make sure that the embeds library hasn't already been loaded. If it hasn't, then it will load the embeds library.

Source


<?php
function wp_maybe_load_embeds() {
    if ( ! 
apply_filters'load_default_embeds'true ) )
        return;
    
wp_embed_register_handler'googlevideo''#http://video\.google\.([A-Za-z.]{2,5})/videoplay\?docid=([\d-]+)(.*?)#i''wp_embed_handler_googlevideo' );
}
?>

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