arie_cristianD

change 350x250 thumbnail source with full size

Aug 20th, 2025
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. add_filter( 'jnews_use_custom_image', 'j_render_original_image' );
  2.  
  3. function j_render_original_image( $size ) {
  4.     if ( 'jnews-350x250' === $size ) {
  5.         $size = 'full';
  6.     }
  7.     return $size;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment