Filters the post thumbnail ID.
Parameters
Source
return (int) apply_filters( 'post_thumbnail_id', $thumbnail_id, $post );
Changelog
Version | Description |
---|---|
5.9.0 | Introduced. |
Filters the post thumbnail ID.
return (int) apply_filters( 'post_thumbnail_id', $thumbnail_id, $post );
Version | Description |
---|---|
5.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.