Changeset 1908614
- Timestamp:
- 07/13/2018 08:26:15 AM (8 years ago)
- Location:
- clear-transient-from-dashboard/trunk
- Files:
-
- 2 edited
-
clear-transient-from-dashboard.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clear-transient-from-dashboard/trunk/clear-transient-from-dashboard.php
r1895034 r1908614 4 4 Description: Logging in as admin, you can clear all transients from the dashboard. 5 5 Author: minkapi 6 version: 1.16 version: 2.0 7 7 */ 8 8 add_action( 'load-index.php', 'CTFD_clear_transient' ); … … 52 52 } 53 53 } 54 55 if ( wp_using_ext_object_cache() ) { 56 wp_cache_flush(); 57 } 54 58 } 55 59 -
clear-transient-from-dashboard/trunk/readme.txt
r1895034 r1908614 3 3 Tags: transient 4 4 Requires at least: 4.9 5 Tested up to: 4.9. 66 Stable tag: 1.15 Tested up to: 4.9.7 6 Stable tag: 2.0 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 25 25 26 26 == Changelog == 27 = 2.0 = 28 * Support object cache 27 29 = 1.1 = 28 30 * Fix description.
Note: See TracChangeset
for help on using the changeset viewer.