learndash_get_paynow_courses( boolean $bypass_transient = false )
Gets all the courses with the price type paynow.
Description Description
Logic for this query was taken from the sfwd_lms_has_access_fn()
function.
Parameters Parameters
- $bypass_transient
-
(Optional) Whether to bypass the transient cache.
Default value: false
Return Return
(array) An array of course IDs.
Source Source
File: includes/course/ld-course-functions.php
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |