phpface

Untitled

Apr 23rd, 2022 (edited)
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. add_filter( 'post_thumbnail_size', function( $size, $post_id ){
  2.     return 'large';
  3. }, 100, 2 );
Add Comment
Please, Sign In to add comment