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



embed_thumbnail_id › WordPress Filter Hooks

Seit4.9.0
Veraltetn/v
apply_filters( 'embed_thumbnail_id', $thumbnail_id )
Parameter:
  • (int|false) $thumbnail_id Attachment ID, or false if there is none.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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