Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Created April 13, 2021 10:15
Show Gist options
  • Save ahmedeshaan/6cdac2d8232dd662d459a0d66045327f to your computer and use it in GitHub Desktop.
Save ahmedeshaan/6cdac2d8232dd662d459a0d66045327f to your computer and use it in GitHub Desktop.
add_action( 'init', function () {
remove_action( 'woocommerce_after_shop_loop_item', 'wvs_pro_archive_variation_template', 30 );
remove_action( 'woocommerce_after_shop_loop_item', 'wvs_pro_archive_variation_template', 7 );
add_action( 'astra_woo_shop_price_after', 'wvs_pro_archive_variation_template', 9, 0 );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment