Skip to content

Instantly share code, notes, and snippets.

@leewillis77
Created May 18, 2022 16:14
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/820e748ed6dd031336968d9753a61e7d to your computer and use it in GitHub Desktop.
Save leewillis77/820e748ed6dd031336968d9753a61e7d to your computer and use it in GitHub Desktop.
Amend the number of variations that will be included in expanded structured data
<?php
add_filter( 'woocommerce_gpf_max_variations_for_structured_data', function ($qty) {
// Modify '100' below to suit.
return 100;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment