LLMS_Instructor::has_student( LLMS_Student|WP_User|int $student )

Determines if the instructor is an instructor to a specific student.


Description Description


Parameters Parameters

$student

(Required) Student or user object or WP User ID.


Top ↑

Return Return

(bool)


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.34.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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