llms_person_edit_account_url()

Get the link to the edit account details page


Return Return

(string)


Top ↑

Source Source

File: includes/llms.template.functions.php

	$desc = '';
	if ( $args['bio'] ) {
		$desc = get_the_author_meta( 'description', $args['user_id'] );
	}


Top ↑

User Contributed Notes User Contributed Notes

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