Skip to content

Commit

Permalink
https://github.com/thehcginstitute-com/wp/issues/15
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 26, 2024
1 parent 9a2c2ef commit fb14680
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wp-content/plugins/wp-rocket/inc/functions/files.php
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,13 @@ function rocket_clean_domain( $lang = '', $filesystem = null ) {
* @param string $url The home url.
*/
do_action( 'after_rocket_clean_domain', $root, $lang, $url ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals
# 2023-12-28 Dmitrii Fediuk https://upwork.com/fl/mage2pro
# 1) "«Error: No cache files are cleared» on `wp rocket clean`":
# https://github.com/thehcginstitute-com/wp/issues/15
# 2) "How did I fix «Error: No cache files are cleared» on `wp rocket clean`?": https://df.tips/t/2093
# 3) https://github.com/wp-media/wp-rocket-cli/blob/v1.3/command.php#L283-L295
# 4) https://github.com/wp-media/wp-rocket/blob/v3.15.5/inc/functions/files.php#L892-L892
return true;
}

/**
Expand Down

0 comments on commit fb14680

Please sign in to comment.