BP_XProfile_Component::setup_cache_groups()
Setup cache groups.
Description
Source
File: bp-xprofile/classes/class-bp-xprofile-component.php
462 463 464 465 466 467 468 469 470 471 472 473 474 | 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
Version | Description |
---|---|
BuddyPress 2.2.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.