bp_get_blog_latest_post_id
bp_get_blog_latest_post_id
Appears in: buddypress.14.5.0
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.0apply_filters('bp_get_blog_latest_post_id') is found 1 times:
- /bp-blogs/bp-blogs-template.php line 843
* @since 14.5.0 * * @param int $latest_post_id ID of the latest post. */ return (int) apply_filters( 'bp_get_blog_latest_post_id', (int) $latest_post_id ); } /** * Output the title of the latest post on the current blog in the loop. * * @since 1.7.0