bp_nouveau_blog_has_latest_post()

Check if the Sites has a latest post

Description

Return

(bool) True if the sites has a latest post. False otherwise.

Source

File: bp-templates/bp-nouveau/includes/blogs/template-tags.php

function bp_nouveau_blog_has_latest_post() {
	return (bool) bp_get_blog_latest_post_title();
}

Changelog

Changelog
Version Description
BuddyPress 3.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.