- Timestamp:
- 04/28/2018 01:32:52 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/groups/template-tags.php
r11996 r12008 19 19 * Fires at the begining of the templates BP injected content. 20 20 * 21 * @since 2.3.0 (BuddyPress)21 * @since 2.3.0 22 22 */ 23 23 do_action( 'bp_before_directory_groups_page' ); … … 26 26 * Fires before the display of the groups. 27 27 * 28 * @since 1.1.0 (BuddyPress)28 * @since 1.1.0 29 29 */ 30 30 do_action( 'bp_before_directory_groups' ); … … 33 33 * Fires before the display of the groups content. 34 34 * 35 * @since 1.1.0 (BuddyPress)35 * @since 1.1.0 36 36 */ 37 37 do_action( 'bp_before_directory_groups_content' ); … … 48 48 * Fires and displays the group content. 49 49 * 50 * @since 1.1.0 (BuddyPress)50 * @since 1.1.0 51 51 */ 52 52 do_action( 'bp_directory_groups_content' ); … … 55 55 * Fires after the display of the groups content. 56 56 * 57 * @since 1.1.0 (BuddyPress)57 * @since 1.1.0 58 58 */ 59 59 do_action( 'bp_after_directory_groups_content' ); … … 62 62 * Fires after the display of the groups. 63 63 * 64 * @since 1.1.0 (BuddyPress)64 * @since 1.1.0 65 65 */ 66 66 do_action( 'bp_after_directory_groups' ); … … 69 69 * Fires at the bottom of the groups directory template file. 70 70 * 71 * @since 1.5.0 (BuddyPress)71 * @since 1.5.0 72 72 */ 73 73 do_action( 'bp_after_directory_groups_page' ); … … 174 174 * Fires before the send invites content. 175 175 * 176 * @since 1.1.0 (BuddyPress)176 * @since 1.1.0 177 177 */ 178 178 do_action( 'bp_before_group_send_invites_content' ); … … 497 497 * Fires inside the action section of an individual group listing item. 498 498 * 499 * @since 1.1.0 (BuddyPress)499 * @since 1.1.0 500 500 */ 501 501 do_action( 'bp_directory_groups_actions' ); … … 1147 1147 * Fires before the display of the group home body. 1148 1148 * 1149 * @since 1.2.0 (BuddyPress)1149 * @since 1.2.0 1150 1150 */ 1151 1151 do_action( 'bp_before_group_body' ); … … 1210 1210 * Fires after the display of the group home body. 1211 1211 * 1212 * @since 1.2.0 (BuddyPress)1212 * @since 1.2.0 1213 1213 */ 1214 1214 do_action( 'bp_after_group_body' ); … … 1230 1230 * Fires before the display of a group's header. 1231 1231 * 1232 * @since 1.2.0 (BuddyPress)1232 * @since 1.2.0 1233 1233 */ 1234 1234 do_action( 'bp_before_group_header' ); … … 1240 1240 * Fires after the display of a group's header. 1241 1241 * 1242 * @since 1.2.0 (BuddyPress)1242 * @since 1.2.0 1243 1243 */ 1244 1244 do_action( 'bp_after_group_header' );
Note: See TracChangeset
for help on using the changeset viewer.