Return to Snippet

Revision: 66014
at February 27, 2014 22:16 by gabbo


Updated Code
add_filter( 'use_default_gallery_style', '__return_false' );

Revision: 66013
at February 27, 2014 22:09 by gabbo


Initial Code
function twentyten_remove_gallery_css( $css ) {
	return preg_replace( "#<style type='text/css'>(.*?)</style>#s", '', $css );
}

Initial URL


Initial Description
add to functions.php

Initial Title
Remove WordPress standard Gallery Style

Initial Tags
wordpress

Initial Language
PHP