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