Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- *
- *
- * Filter the thumbnail size.
- *
- * @since 1.0.0
- *
- */
- function videotube_child_filter_video_thumbnail_size( $size ){
- return 'full';
- }
- add_filter( 'video_thumbnail_size', 'videotube_child_filter_video_thumbnail_size', 10, 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement