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



post_thumbnail_id › WordPress Filter Hooks

Seit5.9.0
Veraltetn/v
apply_filters( 'post_thumbnail_id', $thumbnail_id, $post )
Parameter: (2)
  • (int|false) $thumbnail_id Post thumbnail ID or false if the post does not exist.
    Erforderlich: Ja
  • (int|WP_Post|null) $post Post ID or WP_Post object. Default is global `$post`.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the post thumbnail ID.





Quellcode

return (int) apply_filters( 'post_thumbnail_id', $thumbnail_id, $post );