Changeset 13431 for trunk/src/bp-core/bp-core-dependency.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-dependency.php
r13418 r13431 124 124 */ 125 125 do_action( 'bp_register_post_types' ); 126 } 127 128 /** 129 * Fire the 'bp_register_post_statuses' action, where plugins should register post statuses. 130 * 131 * @since 12.0.0 132 */ 133 function bp_register_post_statuses() { 134 135 /** 136 * Fires inside the 'bp_register_post_statuses' function, where plugins should register post statuses. 137 * 138 * @since 12.0.0 139 */ 140 do_action( 'bp_register_post_statuses' ); 126 141 } 127 142
Note: See TracChangeset
for help on using the changeset viewer.