Skip to content

Instantly share code, notes, and snippets.

@zartgesotten
Created October 3, 2023 13:28
Show Gist options
  • Save zartgesotten/8511c02f6624eb984cd4d7ebce974680 to your computer and use it in GitHub Desktop.
Save zartgesotten/8511c02f6624eb984cd4d7ebce974680 to your computer and use it in GitHub Desktop.
add_shortcode( 'gp_nav', 'tct_gp_nav' );
function tct_gp_nav( $atts ) {
ob_start();
generate_navigation_position();
return ob_get_clean();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment