This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

BBP_Admin::includes()

Include required files

Description

Source

File: bp-forums/admin/admin.php

102
103
104
105
106
107
108
109
110
111
112
private function includes() {
    require( $this->admin_dir . 'tools.php'     );
    require( $this->admin_dir . 'converter.php' );
    require( $this->admin_dir . 'settings.php'  );
    require( $this->admin_dir . 'functions.php' );
    require( $this->admin_dir . 'metaboxes.php' );
    require( $this->admin_dir . 'forums.php'    );
    require( $this->admin_dir . 'topics.php'    );
    require( $this->admin_dir . 'replies.php'   );
    require( $this->admin_dir . 'users.php'     );
}

Changelog

Changelog
Version Description
bbPress (r2646) 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.