This commit is contained in:
Josh Betz 2022-05-03 11:15:30 -05:00
parent 01fc3018d0
commit a1cb8fe8fc
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class WC_REST_System_Status_V2_Controller extends WC_REST_Controller {
return;
}
// Clear the cache if woocommerce is updated
// Clear the cache if woocommerce is updated.
if ( 'plugin' === $extra['type'] ) {
\WC_REST_System_Status_V2_Controller::clean_theme_cache();
return;