bp_late_include()
Fire the ‘bp_late_include’ action for loading conditional files.
Description Description
Source 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 3.0.0 */ do_action( 'bp_late_include' ); }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |