id ); } function xprofile_clear_profile_data_object_cache( $group_id ) { global $bp; wp_cache_delete( 'bp_user_fullname_' . $bp->loggedin_user->id, 'bp' ); } // List actions to clear object caches on add_action( 'xprofile_groups_deleted_group', 'xprofile_clear_profile_groups_object_cache' ); add_action( 'xprofile_groups_saved_group', 'xprofile_clear_profile_groups_object_cache' ); add_action( 'xprofile_updated_profile', 'xprofile_clear_profile_data_object_cache' ); // List actions to clear super cached pages on, if super cache is installed add_action( 'xprofile_updated_profile', 'bp_core_clear_cache' ); ?>