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
<div class="llms-author"> <?php echo $img; ?> <span class="llms-author-info name"><?php echo $name; ?></span> <?php if ( $args['label'] ) : ?> <span class="llms-author-info label"><?php echo $args['label']; ?></span>
Expand full source code Collapse full source code View on GitHub