bp_include()

Fire the ‘bp_include’ action, where plugins should include files.


Description Description


Source Source

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

function bp_include() {

	/**
	 * Fires inside the 'bp_include' function, where plugins should include files.
	 *
	 * @since 1.2.5
	 */
	do_action( 'bp_include' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.2.5 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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