Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'jnews_use_custom_image', 'j_render_original_image' );
- function j_render_original_image( $size ) {
- if ( 'jnews-350x250' === $size ) {
- $size = 'full';
- }
- return $size;
- }
Advertisement
Add Comment
Please, Sign In to add comment