LLMS_Student_Dashboard::output_edit_account_content()

Callback to output the edit account content


Description Description


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.student.dashboard.php

	public static function output_edit_account_content() {
		llms_get_template( 'myaccount/form-edit-account.php', array(
			'user' => get_user_by( 'id', get_current_user_id() ),
		) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: