bp_widgets_init()
Fire ‘bp_widgets_init’, which runs after widgets have been set up.
Description
Hooked to ‘widgets_init’.
Source
File: bp-core/bp-core-dependency.php
383 384 385 386 387 388 389 390 391 392 393 | function bp_widgets_init() { /** * Fires inside the 'bp_widgets_init' function, which runs after widgets have been set up. * * Hooked to 'widgets_init'. * * @since BuddyPress 1.6.0 */ do_action( 'bp_widgets_init' ); } |
Changelog
Version | Description |
---|---|
BuddyPress 1.6.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.