Skip to content

Instantly share code, notes, and snippets.

@Rahe
Created May 22, 2016 08:20
Show Gist options
  • Save Rahe/4538e43d37dd6e81bed86fc8f9b05979 to your computer and use it in GitHub Desktop.
Save Rahe/4538e43d37dd6e81bed86fc8f9b05979 to your computer and use it in GitHub Desktop.
Disable Simple Image Sizes featured image regeneration button
<?php
add_filter( 'SIS/Admin/Post/Display_Thumbnail_Regenerate', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment