Advertisement
arie_cristianD

code template

Jul 9th, 2024
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. add_filter( 'jnews_render_full_size', array( $this, 'render_full_size_image' ) );
  2.  
  3. remove_filter( 'jnews_render_full_size', array( $this, 'render_full_size_image' ) );
  4.  
  5. public function render_full_size_image( $size ) {
  6.         return 'full';
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement