BP_XProfile_Component::setup_cache_groups()
Setup cache groups.
Description Description
Source Source
File: bp-xprofile/classes/class-bp-xprofile-component.php
public function setup_cache_groups() {
// Global groups.
wp_cache_add_global_groups( array(
'bp_xprofile',
'bp_xprofile_data',
'bp_xprofile_fields',
'bp_xprofile_groups',
'xprofile_meta'
) );
parent::setup_cache_groups();
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.2.0 | Introduced. |