bp_nouveau_groups_loop_item()
Fire an isolated hook inside the groups loop
Source Source
File: bp-templates/bp-nouveau/includes/groups/template-tags.php
function bp_nouveau_groups_loop_item() { /** * Fires inside the listing of an individual group listing item. * * @since 1.1.0 */ do_action( 'bp_directory_groups_item' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |