Remove CSS/Extras from Shadowbox WP Plugin


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



Copy this code and paste it in your HTML
  1. add_filter('shadowbox-css', '__return_false');
  2. add_filter('shadowbox-extras', '__return_false');

Report this snippet


Comments


You need to login to view comments.