wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



load_default_embeds › WordPress Filter Hooks

Da2.9.0
Deprecaton/a
apply_filters( 'load_default_embeds', true )
Parametri:
  • (bool) $maybe_load_embeds Whether to load the embeds library. Default true.
    Richiesto:
Definito a:
Codex:

Filters whether to load the default embed handlers.

Returning a falsey value will prevent loading the default embed handlers.





Sorgenti

if ( ! apply_filters( 'load_default_embeds', true ) ) {