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
$desc = '';
if ( $args['bio'] ) {
$desc = get_the_author_meta( 'description', $args['user_id'] );
}
Expand full source code Collapse full source code View on GitHub