Changeset 2096180
- Timestamp:
- 05/28/2019 02:33:52 AM (7 years ago)
- Location:
- multisite-admin-bar-switcher/trunk
- Files:
-
- 2 edited
-
multisite-admin-bar-switcher.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
multisite-admin-bar-switcher/trunk/multisite-admin-bar-switcher.php
r2061216 r2096180 163 163 return; 164 164 165 mabs_clear_user_cache(wp_get_current_user()->ID); 165 global $wpdb; 166 167 $wpdb->query(" 168 DELETE FROM ".$wpdb->base_prefix."sitemeta 169 WHERE meta_key LIKE '_site_transient_mabs_%'; 170 "); 166 171 } 167 172 function mabs_clear_user_cache($user_id) -
multisite-admin-bar-switcher/trunk/readme.txt
r2061216 r2096180 3 3 Tags: multisite, toolbar, switcher, switch, network, admin, wpmu 4 4 Requires at least: 3.2.1 5 Tested up to: 5. 1.16 Stable tag: 1.3. 15 Tested up to: 5.2.1 6 Stable tag: 1.3.2 7 7 8 8 == Description == … … 78 78 79 79 == Changelog == 80 81 = 1.3.2 = 82 * Network - Settings - Mabs - Clear Cache button now clears cache for everyone 80 83 81 84 = 1.3.1 =
Note: See TracChangeset
for help on using the changeset viewer.