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



embed_thumbnail_id › Hooks de Filtros WordPress

Desde4.9.0
Obsoleton/a
apply_filters( 'embed_thumbnail_id', $thumbnail_id )
Parâmetros:
  • (int|false) $thumbnail_id Attachment ID, or false if there is none.
    Required: Yes
Definido em:
Codex:

Filters the thumbnail image ID for use in the embed template.





Fonte

$thumbnail_id = apply_filters( 'embed_thumbnail_id', $thumbnail_id );