updated plugin W3 Total Cache version 2.7.1

This commit is contained in:
2024-04-19 10:59:45 +00:00
committed by Gitium
parent 9420356fcf
commit 1a790bdd29
66 changed files with 3082 additions and 2126 deletions

View File

@ -2,7 +2,7 @@
/**
* File: CdnEngine_Mirror_BunnyCdn.php
*
* @since X.X.X
* @since 2.6.0
* @package W3TC
*/
@ -11,7 +11,7 @@ namespace W3TC;
/**
* Class: CdnEngine_Mirror_BunnyCdn
*
* @since X.X.X
* @since 2.6.0
*
* @extends CdnEngine_Mirror
*/
@ -47,7 +47,7 @@ class CdnEngine_Mirror_BunnyCdn extends CdnEngine_Mirror {
/**
* Purge remote files.
*
* @since X.X.X
* @since 2.6.0
*
* @param array $files Local and remote file paths.
* @param array $results Results.
@ -95,7 +95,7 @@ class CdnEngine_Mirror_BunnyCdn extends CdnEngine_Mirror {
/**
* Purge CDN completely.
*
* @since X.X.X
* @since 2.6.0
*
* @param array $results Results.
* @return bool
@ -148,7 +148,7 @@ class CdnEngine_Mirror_BunnyCdn extends CdnEngine_Mirror {
*
* If set to "auto", then add URLs for both "http" and "https".
*
* @since X.X.X
* @since 2.6.0
*
* @return array
*/