wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



load_default_embeds › Filtr WordPress Hooks

Od2.9.0
Przestarzałyn/a
apply_filters( 'load_default_embeds', true )
Parametry:
  • (bool) $maybe_load_embeds Whether to load the embeds library. Default true.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether to load the default embed handlers.

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





Źródło

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