Created
May 22, 2016 08:20
-
-
Save Rahe/4538e43d37dd6e81bed86fc8f9b05979 to your computer and use it in GitHub Desktop.
Disable Simple Image Sizes featured image regeneration button
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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