Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / Functions / wc_customer_edit_account_url()

wc_customer_edit_account_url()

Get the link to the edit account details page.

Contents

  • Description
    • Return
    • Source
  • Related
    • Uses
    • Used By
  • User Contributed Notes

Description #Description


Return #Return

(string)


Top ↑

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 );
}

Expand full source code Collapse full source code


Top ↑

Related #Related

Top ↑

Uses #Uses

Uses
Uses Description
includes/wc-page-functions.php: wc_get_endpoint_url()

Get endpoint URL.

includes/wc-page-functions.php: wc_get_page_permalink()

Retrieve page permalink.

includes/wc-account-functions.php: woocommerce_customer_edit_account_url

WooCommerce Account Functions

Top ↑

Used By #Used By

Used By
Used By Description
includes/wc-deprecated-functions.php: woocommerce_customer_edit_account_url()

Top ↑

User Contributed Notes #User Contributed Notes

You must log in before being able to contribute a note or feedback.

Proudly powered by WordPress