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