• Resolved eddy180

    (@eddy180)


    how to remove the inline stylesheet from the imagegallery?

Viewing 1 replies (of 1 total)
  • Thread Starter eddy180

    (@eddy180)

    Found it myself; Add this to functions.php:

    add_filter('gallery_style',
    	create_function(
    		'$css',
    		'return preg_replace("#<style type=\'text/css\'>(.*?)</style>#s", "", $css);'
    		)
    	);
Viewing 1 replies (of 1 total)

The topic ‘how to remove inline stylesheet from gallery?’ is closed to new replies.