Skip to content

Instantly share code, notes, and snippets.

@benklocek
Created November 12, 2012 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benklocek/4062489 to your computer and use it in GitHub Desktop.
Save benklocek/4062489 to your computer and use it in GitHub Desktop.
Wordpress Functions: Adjust JPEG filter quality
//set image quality higher
function filter_image_quality() { return 100; }
add_filter('wp_editor_set_quality','filter_image_quality');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment