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)
- You must be logged in to reply to this topic.