Skip to content

Instantly share code, notes, and snippets.

@mklasen
Last active February 25, 2020 05:37
Show Gist options
  • Save mklasen/4842a3a43ff5a99269403a4a83c8f70a to your computer and use it in GitHub Desktop.
Save mklasen/4842a3a43ff5a99269403a4a83c8f70a to your computer and use it in GitHub Desktop.
Overwrite Sympose's image sizes
<?php
/**
* Plugin Name: Sympose: Overwrite Image Sizes
*/
add_action('init', function() {
add_image_size( 'person-medium', 150, 150, true );
}, 20);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment