wc_customer_edit_account_url()
Get the link to the edit account details page.
Description Description
Return Return
(string)
Source Source
File: includes/wc-account-functions.php
function wc_customer_edit_account_url() { $edit_account_url = wc_get_endpoint_url( 'edit-account', '', wc_get_page_permalink( 'myaccount' ) ); return apply_filters( 'woocommerce_customer_edit_account_url', $edit_account_url ); }