LLMS_Student::get_avatar( $size = 96 )
Contents
Source Source
File: includes/models/model.llms.student.php
185 186 | 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