LLMS_Student::get_avatar( $size = 96 )
Contents
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>';
Expand full source code Collapse full source code View on GitHub