BP_Document_Component::setup_cache_groups()
Setup cache groups.
Description
Source
File: bp-document/classes/class-bp-document-component.php
364 365 366 367 368 369 370 371 372 373 374 375 376 377 | public function setup_cache_groups() { // Global groups. wp_cache_add_global_groups( array ( 'bp_document' , 'bp_document_folder' , 'document_meta' , 'document_folder_meta' , ) ); parent::setup_cache_groups(); } |
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.