WP-Optimize tries to create an htaccess file in the /wp-content/uploads/ folder. In my case this results in a PHP Warnings (“failed to open stream: Permission denied”) in the logs. Is there a way to disable this feature (create an htaccess file) if I’m not using caching or minification?
I have the same problem. Several sites are down.
@a3rev Thank you.
It works:
add_filter('a3_lazy_load_placeholder_url', function() {
return 'data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==';
});
It should be in an API or FAQ for newbies like me. 🙂