/* Move Related Post Section Below Comment Section */ function move_related_post_below_comment_section() { remove_action( 'jnews_single_post_after_content', array( JNews\Single\SinglePost::getInstance(), 'related_post_hook' ), 40 ); add_action( 'jnews_single_post_after_content', array( JNews\Single\SinglePost::getInstance(), 'related_post_hook' ), 70 ); } add_action( 'init', 'move_related_post_below_comment_section' );