Changeset 13431 for trunk/src/bp-core/bp-core-actions.php
- Timestamp:
- 02/24/2023 09:37:44 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-actions.php
r13306 r13431 70 70 */ 71 71 add_action( 'bp_init', 'bp_register_post_types', 2 ); 72 add_action( 'bp_init', 'bp_register_post_statuses', 2 ); 72 73 add_action( 'bp_init', 'bp_register_taxonomies', 2 ); 73 74 add_action( 'bp_init', 'bp_core_set_uri_globals', 2 );
Note: See TracChangeset
for help on using the changeset viewer.