Skip to content

Instantly share code, notes, and snippets.

@wpbandit
Last active December 10, 2015 15:28
<?php
// Filter JPEG compression
add_filter('jpeg_quality', function($arg) { return 100; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment