LLMS_Instructor::get_posts( array $args = array(), string $return = 'llms_posts' )
Retrieve instructor’s posts (courses and memberships, mixed)
Description Description
Parameters Parameters
- $args
-
(Optional) query arguments passed to WP_Query
Default value: array()
- $return
-
(Optional) return format [llms_posts|ids|posts|query]
Default value: 'llms_posts'
Return Return
(mixed)
Source Source
File: includes/models/model.llms.instructor.php
Changelog Changelog
Version | Description |
---|---|
3.13.0 | Introduced. |