Changeset 6808 for trunk/src/includes/extend/buddypress/members.php
- Timestamp:
- 04/23/2018 03:53:41 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/extend/buddypress/members.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/extend/buddypress/members.php
r6805 r6808 31 31 $this->setup_actions(); 32 32 $this->setup_filters(); 33 $this->fully_loaded(); 33 34 } 34 35 … … 75 76 } 76 77 78 /** 79 * Allow the variables, actions, and filters to be modified by third party 80 * plugins and themes. 81 * 82 * @since 2.6.0 bbPress (r6808) 83 */ 84 private function fully_loaded() { 85 do_action_ref_array( 'bbp_buddypress_members_loaded', array( $this ) ); 86 } 87 77 88 /** Filters ***************************************************************/ 78 89
Note: See TracChangeset
for help on using the changeset viewer.