Skip to content

Instantly share code, notes, and snippets.

@jbma
Last active November 20, 2019 09:09
Show Gist options
  • Save jbma/13724d8d0fbb7745bcbad0060faa04b0 to your computer and use it in GitHub Desktop.
Save jbma/13724d8d0fbb7745bcbad0060faa04b0 to your computer and use it in GitHub Desktop.
<?php
function __imagify_bulk(){
return 1;
}
add_filter( 'imagify_bulk_buffer_size', '__imagify_bulk' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment