bp_register_post_statuses
bp_register_post_statuses
Appears in: buddypress.12.0.0, buddypress.12.1.1, buddypress.12.2.0, buddypress.12.3.0, buddypress.12.4.0, buddypress.12.4.1, buddypress.12.5.0, buddypress.12.5.1, buddypress.14.0.0, buddypress.14.1.0, buddypress.14.2.1
Hook Type: action
See hook in action
Displaying hooks found in version: buddypress.14.2.1do_action('bp_register_post_statuses') is found 1 times:
- /bp-core/bp-core-dependency.php line 140
* Fires inside the 'bp_register_post_statuses' function, where plugins should register post statuses. * * @since 12.0.0 */ do_action( 'bp_register_post_statuses' ); } /** * Fire the 'bp_setup_globals' action, where plugins should initialize global settings. * * @since 1.2.0