Skip to content

Instantly share code, notes, and snippets.

@projoomexperts
Created March 14, 2015 09:14
Show Gist options
  • Save projoomexperts/412cae9e690072ad468c to your computer and use it in GitHub Desktop.
Save projoomexperts/412cae9e690072ad468c to your computer and use it in GitHub Desktop.
Woocommerce shop page url
<?php $shop_page_url = get_permalink( woocommerce_get_page_id( 'shop' ) ); echo $shop_page_url; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment