bp_nouveau_blogs_loop_item()
Fire an isolated hook inside the blogs loop
Source 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 1.2.0 */ do_action( 'bp_directory_blogs_item' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |