Skip to content

Instantly share code, notes, and snippets.

@leewillis77
Last active December 26, 2015 19:49
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/7203840 to your computer and use it in GitHub Desktop.
Save leewillis77/7203840 to your computer and use it in GitHub Desktop.
Process feed in smaller chunks
<?php
function gpf_filter_chunk_size($size) {
return 5;
}
add_filter('woocommerce_gpf_chunk_size', 'gpf_filter_chunk_size',10, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment