Skip to content

Instantly share code, notes, and snippets.

@leewillis77
Created December 3, 2018 11:33
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 leewillis77/0c07a1c3874e9b7c9e3ada337e91d474 to your computer and use it in GitHub Desktop.
Save leewillis77/0c07a1c3874e9b7c9e3ada337e91d474 to your computer and use it in GitHub Desktop.
Disable additional images from being included in feed
<?php
add_filter( 'woocommerce_gpf_include_product_gallery_images', '__return_false' );
add_filter( 'woocommerce_gpf_include_attached_images', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment