Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

Fake Order Blocker for WooCommerce

Opis

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

Recenzije

Read all 1 review

Saradnici i programeri

“Fake Order Blocker for WooCommerce” is open source software. The following people have contributed to this plugin.

Doprinositelji

Zapis promijena

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.