Changeset 13468 for trunk/src/bp-core/bp-core-dependency.php
- Timestamp:
- 05/03/2023 06:18:23 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-dependency.php
r13431 r13468 157 157 158 158 /** 159 * Fire the 'bp_ setup_nav' action, where plugins should register their navigation items.159 * Fire the 'bp_register_nav' action, where plugins should register their navigation items. 160 160 * 161 161 * @since 1.2.0 162 162 */ 163 function bp_register_nav() { 164 /** 165 * Fires inside the 'bp_register_nav' function, where plugins should register their navigation items. 166 * 167 * @since 12.0.0 168 */ 169 do_action( 'bp_register_nav' ); 170 } 171 172 /** 173 * Fire the 'bp_setup_nav' action, where navigation items are generated. 174 * 175 * @since 1.2.0 176 */ 163 177 function bp_setup_nav() { 164 178 165 179 /** 166 * Fires inside the 'bp_setup_nav' function, where plugins should register their navigation items.180 * Fires inside the 'bp_setup_nav' function, where navigation items are generated. 167 181 * 168 182 * @since 1.2.0
Note: See TracChangeset
for help on using the changeset viewer.