bp_widgets_init()

Fire ‘bp_widgets_init’, which runs after widgets have been set up.


Description Description

Hooked to ‘widgets_init’.


Source Source

File: bp-core/bp-core-dependency.php

function bp_widgets_init() {

	/**
	 * Fires inside the 'bp_widgets_init' function, which runs after widgets have been set up.
	 *
	 * Hooked to 'widgets_init'.
	 *
	 * @since 1.6.0
	 */
	do_action( 'bp_widgets_init' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.