Fake Order Blocker for WooCommerce

描述

Helps prevent fake/spam WooCommerce orders using a decoy product approach plus basic product/cart protections. Simple admin screen under WooCommerce.

评价

阅读所有1条评价

贡献者及开发者

「Fake Order Blocker for WooCommerce」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0.6

  • Meta: Add owner username to Contributors in readme.
  • Compatibility: Declare WooCommerce dependency via Requires Plugins: woocommerce.

1.0.5

  • Security: Replace direct $_POST access for nonce with filter_input() + wp_unslash() + sanitize_text_field() to satisfy PHPCS InputNotSanitized.