Guest User

Untitled

a guest
Jan 22nd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. function wp_messages_link( $link, $post_id ) {
  2. if ( 'gc-sermons' == get_post_type( $post_id ) ) {
  3. return add_query_arg( $_GET, $link );
  4. }
  5. return $link;
  6. }
  7. add_filter( 'post_type_link', 'wp_messages_link', 10, 2 );
Add Comment
Please, Sign In to add comment