forked from litespeedtech/lscache_wp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3.0.0-rc8: woo api refactored; API ESI refactored;
- Loading branch information
Showing
23 changed files
with
128 additions
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,11 @@ | |
* The Third Party integration with the Autoptimize plugin. | ||
* | ||
* @since 1.0.12 | ||
* @package LiteSpeed_Cache | ||
* @subpackage LiteSpeed_Cache/thirdparty | ||
* @author LiteSpeed Technologies <[email protected]> | ||
*/ | ||
namespace LiteSpeed\Thirdparty; | ||
|
||
defined( 'WPINC' ) || exit; | ||
|
||
use \LiteSpeed\API; | ||
|
||
class Autoptimize | ||
{ | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,11 @@ | |
* The Third Party integration with the Avada plugin. | ||
* | ||
* @since 1.1.0 | ||
* @package LiteSpeed_Cache | ||
* @subpackage LiteSpeed_Cache/thirdparty | ||
* @author LiteSpeed Technologies <[email protected]> | ||
*/ | ||
namespace LiteSpeed\Thirdparty; | ||
|
||
defined( 'WPINC' ) || exit; | ||
|
||
use \LiteSpeed\API; | ||
|
||
class Avada | ||
{ | ||
/** | ||
|
Oops, something went wrong.