LLMS_Student::get_avatar( $size = 96 )


Source Source

File: includes/models/model.llms.student.php

	public function get_avatar( $size = 96 ) {
		return '<span class="llms-student-avatar">' . get_avatar( $this->get_id(), $size, null, $this->get_name() ) . '</span>';


Top ↑

User Contributed Notes User Contributed Notes

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