Skip to content

Commit 8ba0ac3

Browse files
committed
fix: WooCommerce - add default action !wc-api=*
1 parent 25c220d commit 8ba0ac3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/plugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ public function get_default_actions(): array
329329
if (in_array("woocommerce", $installed_plugins)) {
330330
$actions["WooCommerce"] = array(
331331
"!wc-ajax=*",
332+
"!wc-api=*",
332333
"!*_wc_privacy_cleanup",
333334
);
334335
}

0 commit comments

Comments
 (0)