#1907 closed enhancement (wontfix)
add action hook to group theme file
Reported by: | dwenaus | Owned by: | |
---|---|---|---|
Milestone: | 1.2.3 | Priority: | trivial |
Severity: | Version: | ||
Component: | Keywords: | hook, action | |
Cc: |
Description
But I'd like to request a new do_action hook in the default theme for this file:
/buddypress/bp-themes/bp-default/groups/groups-loop.php
directly after this line:
<?php if ( bp_has_groups( bp_dtheme_ajax_querystring( 'groups' ) ) ) : ?>
it would make sense to add something like:
<?php do_action( 'bp_after_groups_query' )
that way one can change the values of $groups_template after it is set but before it is displayed.
Change History (4)
Note: See
TracTickets for help on using
tickets.
1.2 is in feature-freeze.