Created
September 30, 2019 09:51
-
-
Save bfintal/57b5f1d0743785e22423a27b5a6e2702 to your computer and use it in GitHub Desktop.
Add this in your theme's functions.php to disable blog post image size generation in Stackable
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 | |
// Disable blog post image size generation in Stackable. | |
remove_action( 'after_setup_theme', 'stackable_blog_posts_image_sizes' ); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment