Filters whether a post has a post thumbnail.
Parameters
Source
return (bool) apply_filters( 'has_post_thumbnail', $has_thumbnail, $post, $thumbnail_id );
Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |
Filters whether a post has a post thumbnail.
return (bool) apply_filters( 'has_post_thumbnail', $has_thumbnail, $post, $thumbnail_id );
Version | Description |
---|---|
5.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.