bp_document_folder_reset_cache_incrementor()

Reset cache incrementor for the Folder.

Description

Called whenever an folder item is created, updated, or deleted, this function effectively invalidates all cached results of folder queries.

Return

(bool) True on success, false on failure.

Source

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

function bp_document_folder_reset_cache_incrementor() {
	return bp_core_reset_incrementor( 'bp_document_folder' );
}

Changelog

Changelog
Version Description
BuddyBoss 1.4.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.