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


Top ↑

Return Return

(array) An array of course IDs.


Top ↑

Source Source

File: includes/course/ld-course-functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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