Advertisement
arie_cristianD

remove_comment_section

Sep 13th, 2023 (edited)
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1.  
  2. add_action( 'init', 'remove_comment_section' );
  3.  
  4. function remove_comment_section() {
  5.     remove_action( 'jnews_single_post_after_content', array( JNews\Single\SinglePost::getInstance(), 'comment_post_hook' ), 60 );
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement