Last active
November 20, 2019 09:09
-
-
Save jbma/13724d8d0fbb7745bcbad0060faa04b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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