bp_nouveau_blogs_loop_item()
Fire an isolated hook inside the blogs loop
Description
Source
File: bp-templates/bp-nouveau/includes/blogs/template-tags.php
function bp_nouveau_blogs_loop_item() {
/**
* Fires after the listing of a blog item in the blogs loop.
*
* @since BuddyPress 1.2.0
*/
do_action( 'bp_directory_blogs_item' );
}
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.