Instructor loop

For loop type lifter_instructor, here are the available query arguments and fields.

Query arguments

  • assistant - Assistant ID that has the instructor assigned.

    Type: string

  • course - Course ID that instructor is enrolled.

    Type: string

  • exclude - Exclude users by ID or name

    Type: string, array

  • fields -

  • id - User by ID

    Type: string, array

  • include - Include users by ID or name

    Type: string, array

  • is_instructor_on_post - If the instructor is an instructor on a post, "true","false".

    Type: boolean

  • membership - Membership ID that instructor is enrolled.

    Type: string

  • name - User by name/slug

    Type: string, array

  • not_role - Exclude user role(s)

    Type: string, array

  • order - Order: asc (ascending) or desc (descending)

    Default: asc
    Type: string

  • orderby - Order by field

    Default: display_name
    Type: string, array

  • paged - Items per page

    Default: 10
    Type: number

  • role - User role(s)

    Type: string, array

  • student - Student ID that has the instructor assigned.

    Type: string

Fields

  • assistants - Instructor assistants
  • courses - Instructor courses
  • id - Instructor ID
  • is_instructor - If the instructor is an instructor on a post, "true","false".
  • memberships - Instructor memberships
  • students - Instructor students