Skip to content

Commit

Permalink
Fixed Fatal and delete option
Browse files Browse the repository at this point in the history
  • Loading branch information
CrochetFeve0251 committed Mar 30, 2023
1 parent 454a7f9 commit 60d5f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions inc/Engine/Cache/AdminSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ public function add_wp_cache_status_test( $tests ) {
*/
public function regenerate_configs() {
rocket_generate_advanced_cache_file();

}

/**
Expand Down Expand Up @@ -239,7 +238,7 @@ protected function generate_config_path() {
*
* @return void
*/
protected function clear_cache() {
public function clear_cache() {
rocket_clean_domain();
}
}
1 change: 1 addition & 0 deletions inc/Engine/WPRocketUninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class WPRocketUninstall {
'rocketcdn_user_token',
'rocketcdn_process',
'wp_rocket_hide_deactivation_form',
'wp_rocket_last_base_url',
];

/**
Expand Down

0 comments on commit 60d5f57

Please sign in to comment.