Skip to content

Instantly share code, notes, and snippets.

@devellopah
Last active February 25, 2018 17:11
Show Gist options
  • Save devellopah/a78222e4d2b43a436d7d8c558a7c1b89 to your computer and use it in GitHub Desktop.
Save devellopah/a78222e4d2b43a436d7d8c558a7c1b89 to your computer and use it in GitHub Desktop.
<?php echo get_permalink( wc_get_page_id( 'myaccount' ) ); ?>
<?php echo get_permalink( wc_get_page_id( 'shop' ) ); ?>
<?php echo get_permalink( wc_get_page_id( 'cart' ) ); ?>
<?php echo get_permalink( wc_get_page_id( 'checkout' ) ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment