Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created February 4, 2019 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barrykooij/99841383aaa806b1172f70d7e5fa030e to your computer and use it in GitHub Desktop.
Save barrykooij/99841383aaa806b1172f70d7e5fa030e to your computer and use it in GitHub Desktop.
add_filter( 'pc_display_backwards_linking_same_post_type', function ( $r ) {
return true;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment