Skip to content

Instantly share code, notes, and snippets.

@wpbandit
Last active December 10, 2015 15:28
Show Gist options
  • Save wpbandit/4454207 to your computer and use it in GitHub Desktop.
Save wpbandit/4454207 to your computer and use it in GitHub Desktop.
<?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