Advertisement
arie_cristianD

remove related post in mobile

Feb 21st, 2024
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. add_action(
  2.     'init',
  3.     function () {
  4.  
  5.         if ( wp_is_mobile() ) {
  6.             remove_action( 'jnews_single_post_after_content', array( \JNews\Single\SinglePost::getInstance(), 'related_post_hook' ), 40 );
  7.         }
  8.     }
  9. );
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement