Guest User

Untitled

a guest
Oct 15th, 2015
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1. if( ! function_exists( 'kappa_featured_posts_thumbnail_size' ) ){
  2.     /**
  3.      * Hooking into the featured posts widget thumbnail size.
  4.      * @param unknown_type $size
  5.      */
  6.     function kappa_featured_posts_thumbnail_size( $size ){
  7.         return 'large';
  8.     }
  9.     add_filter( 'marstheme_featured_posts/thumbnail_size' , 'kappa_featured_posts_thumbnail_size', 20, 1 );
  10. }
Advertisement
Add Comment
Please, Sign In to add comment