Skip to content

Instantly share code, notes, and snippets.

@andreiglingeanu
Last active November 29, 2023 12:35
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 andreiglingeanu/1c41932e1fa78096f126f225a668a053 to your computer and use it in GitHub Desktop.
Save andreiglingeanu/1c41932e1fa78096f126f225a668a053 to your computer and use it in GitHub Desktop.
<?php
add_action(
'blocksy:woocommerce:product-single:price:after',
function () {
if (function_exists('woocommerce_gzd_template_loop_price_unit')) {
woocommerce_gzd_template_loop_price_unit();
}
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment