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.