Code Snippet Submit one! Home » Code Snippets » WordPress » Remove Gallery Inline Styling Remove Gallery Inline Styling add_filter( 'use_default_gallery_style', '__return_false' ); Reference URL