Advertisement
arie_cristianD

hide related post on mobile device

Jul 20th, 2023
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. add_action( 'jnews_single_post_begin' , 'test' );
  2. function test(){
  3.     if(defined('JNEWS_AUTOLOAD_POST') && wp_is_mobile() ){  
  4.         remove_action( 'jnews_single_post_after_content', array( \JNews\Single\SinglePost::getInstance(), 'related_post_hook' ), 40 );
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement