Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created March 12, 2018 13:30
Show Gist options
  • Save barrykooij/4404d14cf51a6214ac87c6782390143c to your computer and use it in GitHub Desktop.
Save barrykooij/4404d14cf51a6214ac87c6782390143c to your computer and use it in GitHub Desktop.
function rp4wp_thumbnail_size_full( $thumb_size ) {
return 'full';
}
add_filter( 'rp4wp_thumbnail_size', 'rp4wp_thumbnail_size_full', 10, 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment