BP_Notifications_Component::setup_cache_groups()
Setup cache groups.
Description Description
Source Source
File: bp-notifications/classes/class-bp-notifications-component.php
public function setup_cache_groups() {
// Global groups.
wp_cache_add_global_groups( array(
'bp_notifications',
'notification_meta'
) );
parent::setup_cache_groups();
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.2.0 | Introduced. |