Changeset 2303576
- Timestamp:
- 05/12/2020 03:46:08 PM (6 years ago)
- File:
-
- 1 edited
-
runcache-purger/trunk/runcache-purger.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
runcache-purger/trunk/runcache-purger.php
r2292360 r2303576 753 753 add_action('all_admin_notices', function() { 754 754 $html = '<div class="notice notice-error is-dismissible"><p><strong>'; 755 $html .= ' RunCache Purger has been deprecated and replaced by a RunCloud Hub plugin.';755 $html .= 'This plugin has been deprecated. Please install our latest RunCloud Hub plugin through RunCloud Panel to enjoy server side caching, cache exclusion and better performance.'; 756 756 $html .= '</strong></p></div>'; 757 757 echo $html;
Note: See TracChangeset
for help on using the changeset viewer.