Advertisement
phpface

Untitled

Nov 30th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. if( ! function_exists( 'videotube_set_thumbnail_image_size' ) ){
  2.     function videotube_set_thumbnail_image_size( $size ) {
  3.         return 'large'; // or full.
  4.     }
  5.     add_filter( 'get_the_post_thumbnail/size' , 'videotube_set_thumbnail_image_size', 10, 1 );
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement