Changeset 11851 for trunk/src/bp-notifications/bp-notifications-cache.php
- Timestamp:
- 02/08/2018 03:20:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-cache.php
r10401 r11851 44 44 function bp_notifications_clear_all_for_user_cache( $user_id = 0 ) { 45 45 wp_cache_delete( 'all_for_user_' . $user_id, 'bp_notifications' ); 46 wp_cache_delete( $user_id, 'bp_notifications_unread_count' ); 46 47 } 47 48
Note: See TracChangeset
for help on using the changeset viewer.