bp_setup_components()
Fire the ‘bp_setup_components’ action, where plugins should initialize components.
Description Description
Source Source
File: bp-core/bp-core-dependency.php
function bp_setup_components() { /** * Fires inside the 'bp_setup_components' function, where plugins should initialize components. * * @since 1.6.0 */ do_action( 'bp_setup_components' ); }
Changelog Changelog
Version | Description |
---|---|
1.6.0 | Introduced. |