BP_Document_Component::includes( array $includes = array() )

Include Document component files.

Description

See also

Parameters

$includes

(Optional) See BP_Component::includes() for a description.

Default value: array()

Source

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

87
88
89
90
91
92
93
94
95
96
97
public function includes( $includes = array() ) {
    $includes = array(
        'filters',
        'template',
        'functions',
        'settings',
        'cache',
    );
 
    parent::includes( $includes );
}

Changelog

Changelog
Version Description
BuddyBoss 1.4.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.