Skip to content

Instantly share code, notes, and snippets.

@lelandf
Created September 24, 2021 19:00
Show Gist options
  • Save lelandf/e0bc162cf0729032d39e99b102ddaa57 to your computer and use it in GitHub Desktop.
Save lelandf/e0bc162cf0729032d39e99b102ddaa57 to your computer and use it in GitHub Desktop.
[TEC] Change featured image size
<?php
add_filter( 'tribe_event_featured_image_size', function() {
return 'large';
} );
@MaryOJob
Copy link

Does this work for you, please @lelandf?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment