Fake Order Blocker for WooCommerce

Beskrivning

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

Recensioner

Läs 1 betyg

Bidragsgivare och utvecklare

”Fake Order Blocker for WooCommerce” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

Ändringslogg

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.