wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



load_default_embeds › Hooks de Filtros WordPress

Desde2.9.0
Obsoleton/a
apply_filters( 'load_default_embeds', true )
Parâmetros:
  • (bool) $maybe_load_embeds Whether to load the embeds library. Default true.
    Required: Yes
Definido em:
Codex:

Filters whether to load the default embed handlers.

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





Fonte

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