Skip to content

Instantly share code, notes, and snippets.

@Welland
Last active September 1, 2015 15:33
Show Gist options
  • Save Welland/b33c8b5a5b273449aadb to your computer and use it in GitHub Desktop.
Save Welland/b33c8b5a5b273449aadb to your computer and use it in GitHub Desktop.
WooCommerce - My Account URL
$myaccount_page_id = get_option( 'woocommerce_myaccount_page_id' );
if ( $myaccount_page_id ) {
$myaccount_page_url = get_permalink( $myaccount_page_id );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment