Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Move Next Prev Content Section Below Comment Section */
- function move_next_prev_content_below_comment_section() {
- remove_action( 'jnews_single_post_after_content', array( JNews\Single\SinglePost::getInstance(), 'next_prev_content_hook' ), 20 );
- add_action( 'jnews_single_post_after_content', array( JNews\Single\SinglePost::getInstance(), 'next_prev_content_hook' ), 69 );
- }
- add_action( 'init', 'move_next_prev_content_below_comment_section' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement