bp_core_clear_member_count_caches()
Clear member count caches and transients.
Description
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
Version | Description |
---|---|
BuddyPress 1.6.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.