bp_invitations_reset_cache_incrementor()

Resets all incremented bp_invitations caches.


Description Description


Source Source

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

function bp_invitations_reset_cache_incrementor() {
	bp_core_reset_incrementor( 'bp_invitations' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.