Changeset 12578 for trunk/src/bp-core/bp-core-dependency.php
- Timestamp:
- 03/25/2020 07:31:07 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-dependency.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-dependency.php
r12545 r12578 269 269 270 270 /** 271 * BP Blocks Init hook. 272 * 273 * @since 6.0.0 274 */ 275 function bp_blocks_init() { 276 /** 277 * Hook here to register your BuddyPress blocks. 278 * 279 * @since 6.0.0 280 */ 281 do_action( 'bp_blocks_init' ); 282 } 283 284 /** 271 285 * Fire the 'bp_customize_register' action when the Customizer has loaded, 272 286 * allowing scripts and styles to be initialized.
Note: See TracChangeset
for help on using the changeset viewer.