LLMS_Instructor::is_instructor( int $post_id = null )
Determine if the user is an instructor on a post
Description Description
Parameters Parameters
- $post_id
-
(Optional) WP Post ID of a course or membership
Default value: null
Return Return
(boolean)
Source Source
File: includes/models/model.llms.instructor.php
Changelog Changelog
Version | Description |
---|---|
3.13.0 | Introduced. |