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



embed_cache_oembed_types › Hooks de Filtros WordPress

Desde2.9.0
Obsoleton/a
apply_filters( 'embed_cache_oembed_types', $post_types )
Parâmetros:
  • (string[]) $post_types Array of post type names to cache oEmbed results for. Defaults to post types with `show_ui` set to true.
    Required: Yes
Definido em:
Codex:

Filters the array of post types to cache oEmbed results for.





Fonte

$cache_oembed_types = apply_filters( 'embed_cache_oembed_types', $post_types );