BP_Core::includes( array $includes = array() )
Include bp-core files.
Description
See also
- BP_Component::includes(): for description of parameters.
Parameters
- $includes
-
(Optional) See BP_Component::includes().
Default value: array()
Source
File: bp-core/classes/class-bp-core.php
public function includes($includes = array()) {
if (!is_admin()) {
return;
}
$includes = array(
'admin',
);
parent::includes($includes);
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 1.6.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.