Created
September 24, 2021 19:00
-
-
Save lelandf/e0bc162cf0729032d39e99b102ddaa57 to your computer and use it in GitHub Desktop.
[TEC] Change featured image size
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( 'tribe_event_featured_image_size', function() { | |
return 'large'; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does this work for you, please @lelandf?