Skip to content

Instantly share code, notes, and snippets.

@dennisnissle
Created October 24, 2023 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dennisnissle/acb4c0fcbdf36551b2dc9003757fe3a4 to your computer and use it in GitHub Desktop.
Save dennisnissle/acb4c0fcbdf36551b2dc9003757fe3a4 to your computer and use it in GitHub Desktop.
Disable Germanized checkout block adjustments
<?php
add_filter( 'woocommerce_gzd_disable_checkout_block_adjustments', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment