bp_core_clear_member_count_caches()
Clear member count caches and transients.
Description Description
Source Source
File: bp-core/bp-core-cache.php
function bp_core_clear_member_count_caches() { wp_cache_delete( 'bp_total_member_count', 'bp' ); delete_transient( 'bp_active_member_count' ); }
Changelog Changelog
Version | Description |
---|---|
1.6.0 | Introduced. |