Changeset 12728 for trunk/src/bp-core/bp-core-dependency.php
- Timestamp:
- 09/21/2020 01:09:16 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-dependency.php
r12578 r12728 94 94 */ 95 95 do_action( 'bp_register_taxonomies' ); 96 } 97 98 /** 99 * Fire the 'bp_register_type_metadata' action, where plugins should register metadata for their custom BuddyPress types. 100 * 101 * @since 7.0.0 102 */ 103 function bp_register_type_metadata() { 104 105 /** 106 * Fires inside the 'bp_register_type_metadata' function, where plugins should register metadata for their custom BuddyPress types. 107 * 108 * @since 7.0.0 109 */ 110 do_action( 'bp_register_type_metadata' ); 96 111 } 97 112
Note: See TracChangeset
for help on using the changeset viewer.