Prevent WordPress from compressing images
-
//* Prevent WordPress from compressing image
sadd_filter( ‘jpeg_quality’, create_function( ”, ‘return 100;’ ) );
//* Add the ability to use shortcodes in widgets
add_filter( ‘widget_text’, ‘do_shortcode’ );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Prevent WordPress from compressing images’ is closed to new replies.