bp_enqueue_scripts()

Fire the ‘bp_enqueue_scripts’ action, where BP enqueues its CSS and JS.


Description Description


Source Source

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

function bp_enqueue_scripts() {

	/**
	 * Fires inside the 'bp_enqueue_scripts' function, where BP enqueues its CSS and JS.
	 *
	 * @since 1.6.0
	 */
	do_action( 'bp_enqueue_scripts' );
}

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.