Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created October 11, 2014 21:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barrykooij/f034435e3e01e5ade7d0 to your computer and use it in GitHub Desktop.
Save barrykooij/f034435e3e01e5ade7d0 to your computer and use it in GitHub Desktop.
<?php
function rp4wp_example_my_thumbnail_size( $thumb_size ) {
return 'my-thumbnail-size';
}
add_filter( 'rp4wp_thumbnail_size', 'rp4wp_example_my_thumbnail_size' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment