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::setup_globals()
Admin globals
Description
Source
File: bp-forums/admin/admin.php
private function setup_globals() { $bbp = bbpress(); $this->admin_dir = trailingslashit( $bbp->includes_dir . 'admin' ); // Admin path $this->admin_url = trailingslashit( $bbp->includes_url . 'admin' ); // Admin url $this->images_url = trailingslashit( $this->admin_url . 'images' ); // Admin images URL $this->styles_url = trailingslashit( $this->admin_url . 'styles' ); // Admin styles URL $this->js_url = trailingslashit( $this->admin_url . 'js' ); // Admin js URL }
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.