bbp_has_forum_thumbnail( $forum_id = null )

Check if given forum has thumbnail available

Description

Source

File: bp-forums/forums/functions.php

function bbp_has_forum_thumbnail( $forum_id = null ) {
	return !! bbp_get_forum_thumbnail_src( $forum_id );
}

Changelog

Changelog
Version Description
BuddyBoss 1.0.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.