Plugin Directory

Changeset 2303576


Ignore:
Timestamp:
05/12/2020 03:46:08 PM (6 years ago)
Author:
runcloud
Message:

update notice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • runcache-purger/trunk/runcache-purger.php

    r2292360 r2303576  
    753753            add_action('all_admin_notices', function() {
    754754                $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.';
    756756                $html .= '</strong></p></div>';
    757757                echo $html;
Note: See TracChangeset for help on using the changeset viewer.