Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* 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' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement