llms_person_edit_account_url()
Get the link to the edit account details page
Contents
Return Return
(string)
Source Source
File: includes/llms.template.functions.php
function llms_person_edit_account_url() { $edit_account_url = llms_get_endpoint_url( 'edit-account', '', get_permalink( llms_get_page_id( 'myaccount' ) ) ); return apply_filters( 'lifterlms_person_edit_account_url', $edit_account_url ); }
Expand full source code Collapse full source code View on GitHub