Browse: Home / Functions /

learndash_get_paynow_courses

This function has been deprecated.

learndash_get_paynow_courses( boolean $bypass_transient = false )

Gets all the courses with the price type paynow.


Description #

Logic for this query was taken from the sfwd_lms_has_access_fn() function.


Parameters #

$bypass_transient

(boolean) (Optional) Whether to bypass the transient cache.

Default value: false


Return #

(array) An array of course IDs.


Source #

File: includes/deprecated/5.0.0/functions.php


Changelog #

Changelog
Version Description
5.0.0 This function has been deprecated.
2.3.0 Introduced. This function has been deprecated.