Advertisement
arie_cristianD

reoder_comment_render

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