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