Skip to content

Instantly share code, notes, and snippets.

@arobbins
Last active January 29, 2018 03:31
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 arobbins/ca63fc77676c8cfd417ae7bd2ada59b2 to your computer and use it in GitHub Desktop.
Save arobbins/ca63fc77676c8cfd417ae7bd2ada59b2 to your computer and use it in GitHub Desktop.
Adding a buy button under each archive product
<?php
function wps_products_show_add_to_cart_callback() {
return true;
}
add_filter( 'wps_products_show_add_to_cart', 'wps_products_show_add_to_cart_callback' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment