bp_late_include()

Fire the ‘bp_late_include’ action for loading conditional files.

Description

Source

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

function bp_late_include() {

	/**
	 * Fires the 'bp_late_include' action.
	 *
	 * Allow for conditional includes on certain pages.
	 *
	 * @since BuddyPress 3.0.0
	 */
	do_action( 'bp_late_include' );
}

Changelog

Changelog
Version Description
BuddyPress 3.0.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.