LLMS_Course::get_difficulty( string $field = 'name' )

Get Difficulty


Description Description


Parameters Parameters

$field

(Optional) Which field to return from the available term fields. Any public variables from a WP_Term object are acceptable: term_id, name, slug, and more. Default is 'name'.

Default value: 'name'


Top ↑

Return Return

(string)


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.24.0 Unknown.
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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