We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91f5cf commit e37bacbCopy full SHA for e37bacb
admin/class-nginx-helper-admin.php
@@ -1056,7 +1056,7 @@ public function dismiss_suggest_purge_after_update() {
1056
* @since 2.3.5
1057
*/
1058
public function init_woocommerce_hooks() {
1059
- if ( ! is_plugin_active( 'woocommerce/woocommerce.php' ) || empty( $this->options['purge_woo_products'] ) ) {
+ if ( ! is_plugin_active( 'woocommerce/woocommerce.php' ) || empty( $this->options['purge_woo_products'] ) ) {
1060
return;
1061
}
1062
0 commit comments