ServerPress / clean-import

Prepare and clean archives for import into DesktopServer.
2 stars 0 forks source link

Add the option of deactivating LiteSpeed Cache #43

Closed GreggFranklin closed 3 years ago

GreggFranklin commented 3 years ago

class DS_Clean_Import_Plugins extends DS_Clean_Import_Base { // non-optional: these plugins will always be disabled due to issues caused by them private $_non_optional = array( 'litespeed-cache', // LiteSpeed Cache

Also the advance-cache.php file that LiteSpeed Cache adds

// the following are files that are dependent upon or related to items in the above lists
private $_dependents = array(
    'litespeed-cache' => 'wp-content/advanced-cache.php',
GreggFranklin commented 3 years ago

I pushed this change and wanted you to review.

davejesch commented 3 years ago

"Also the advance-cache.php file that LiteSpeed Cache adds" What about the "advance-cache.php" file? And where is this located?

"I pushed this change and wanted you to review." What change? Can you add a link to the check-in?

GreggFranklin commented 3 years ago

This is working as expected. Including the "advance-cache.php" file which is located in the s /wp-content folder.