bp_nouveau_blog_has_latest_post()
Check if the Sites has a latest post
Return Return
(bool) True if the sites has a latest post. False otherwise.
Source 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(); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |