Remove WordPress standard Gallery Style


/ Published in: PHP
Save to your folder(s)

add to functions.php


Copy this code and paste it in your HTML
  1. add_filter( 'use_default_gallery_style', '__return_false' );

Report this snippet


Comments


You need to login to view comments.