BP_Component::late_includes()

Late includes method.


Description Description

Components should include files here only on specific pages using conditionals such as bp_is_current_component(). Intentionally left empty.


Source Source

File: bp-core/classes/class-bp-component.php

	public function late_includes() {}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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