Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created February 25, 2020 09:25
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 plugin-republic/aa0620c6538791b977b85bf436fab1c2 to your computer and use it in GitHub Desktop.
Save plugin-republic/aa0620c6538791b977b85bf436fab1c2 to your computer and use it in GitHub Desktop.
<?php
/**
* Replace main image with selected image swatch
*/
function prefix_get_add_on_image_action( $action ) {
return 'replace_hide';
}
add_filter( 'pewc_get_add_on_image_action', 'prefix_get_add_on_image_action' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment