Plugin Directory

Changeset 2332998


Ignore:
Timestamp:
06/30/2020 05:47:08 PM (6 years ago)
Author:
astralinternet
Message:

removed swift hook

Location:
wsa-cachepurge/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wsa-cachepurge/trunk/README.txt

    r2295397 r2332998  
    33Tags: cache, purge, wsa, cpwsa, wsa-cachepurge, website acceleration
    44Requires at least: 3.5
    5 Tested up to: 5.4.1
    6 Requires PHP: 5.6
     5Tested up to: 5.4
     6Requires PHP: 5.3
    77Stable tag: 1.0.6
    88License: GPLv2 or later
  • wsa-cachepurge/trunk/lib/wsa-cachepurge_wp-module.class.php

    r2243936 r2332998  
    257257        self::add_Auto_Optimize_Hooks();
    258258
    259         // Add Swidft Performance
    260         self::add_Swift_Performance_Cache_Hooks();
    261 
    262259        // Add LiteSpeed
    263260        self::add_LiteSpeed_Cache_Hooks();
     
    355352
    356353    /**
    357      * Hook itself into Swift Performance
    358      *
    359      * @since 1.0.1
    360      * @return void
    361      */
    362     private static function add_Swift_Performance_Cache_Hooks()
    363     {
    364 
    365         // On clear all cache
    366         add_action(
    367             'swift_performance_after_clear_all_cache',
    368             'WSA_Cachepurge_WP::purge_cache();'
    369         );
    370     }
    371 
    372 
    373     /**
    374354     * Hook itself into LiteSpeed
    375355     *
  • wsa-cachepurge/trunk/wsa-cachepurge.php

    r2295397 r2332998  
    2020 * Domain Path:         /i18n
    2121 * Requires at least:   3.5.0
    22  * Requires PHP:        5.6
     22 * Requires PHP:        5.3
    2323 *
    2424 * wsa-cachepurge : The Astral Internet Website Accelerator is a tool that allows you to place
Note: See TracChangeset for help on using the changeset viewer.