Skip to content

Instantly share code, notes, and snippets.

@wpweb101
Created February 12, 2020 12:00
Show Gist options
  • Select an option

  • Save wpweb101/20d1bfc1a487235363f24c6aab903f04 to your computer and use it in GitHub Desktop.

Select an option

Save wpweb101/20d1bfc1a487235363f24c6aab903f04 to your computer and use it in GitHub Desktop.
Code to remove Add to collection from single product page
<?php
// put this code inside functions.php file inside your child theme
global $woo_cl_public;
remove_action( 'woocommerce_after_add_to_cart_button', array( $woo_cl_public, 'woo_cl_add_to_collection_button' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment