BP_Media_Component::setup_cache_groups()
Setup cache groups.
Description
Source
File: bp-media/classes/class-bp-media-component.php
391 392 393 394 395 396 397 398 399 400 401 402 403 | public function setup_cache_groups() { // Global groups. wp_cache_add_global_groups( array ( 'bp_media' , 'bp_media_albums' , 'bp_media_user_media_count' , 'bp_media_group_media_count' , 'bp_media_album_media_ids' ) ); parent::setup_cache_groups(); } |
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.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.