wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



load_default_embeds › WordPress Filter Hooks

Seit2.9.0
Veraltetn/v
apply_filters( 'load_default_embeds', true )
Parameter:
  • (bool) $maybe_load_embeds Whether to load the embeds library. Default true.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to load the default embed handlers.

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





Quellcode

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