xprofile_clear_profile_groups_object_cache( object $group_obj )

Clear cached XProfile field group data.

Description

Parameters

$group_obj

(object) (Required) Groub object to clear.

Source

File: bp-xprofile/bp-xprofile-cache.php

function xprofile_clear_profile_groups_object_cache( $group_obj ) {
	wp_cache_delete( 'all',          'bp_xprofile_groups' );
	wp_cache_delete( $group_obj->id, 'bp_xprofile_groups' );
}

Changelog

Changelog
Version Description
BuddyPress 2.1.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.