apply_filters( 'bp_blog_latest_post_has_featured_image', bool $value, string $thumbnail, string $image )

Filters whether or not the latest blog post has a featured image.


Parameters Parameters

$value

(bool) Whether or not the latest blog post has a featured image.

$thumbnail

(string) Image version to return.

$image

(string) Returned value from bp_get_blog_latest_post_featured_image.


Source Source

File: bp-blogs/bp-blogs-template.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.