Product::unenroll()
Method: Removes access for a user.
Method: Returns whether the product content should be visible.
Product::is_content_visible Read More »
Filter Hook: Filters product display price.
learndash_model_product_display_price Read More »
Method: Returns formatted post pricing data.
Product::get_pricing_settings Read More »
Filter Hook: Filters product display trial price.
learndash_model_product_display_trial_price Read More »
Method: Returns allowed post types.
Group::get_allowed_post_types Read More »
Method: Returns a product model based on the group.
Group::get_product Read More »
Method: Returns the total number of related courses.
Group::get_courses_number Read More »
Method: Returns a certificate link for a user.
Group::get_certificate_link Read More »
Method: Returns a status slug for a user.
Group::get_status_slug Read More »
Method: Returns a product type (buy now, subscription, free, open, closed, etc).
Product::get_pricing_type Read More »
Method: Returns if the product price type is open.
Product::is_price_type_open Read More »
Method: Returns if the product price type is free.
Product::is_price_type_free Read More »
Method: Returns if the product price type is paynow.
Product::is_price_type_paynow Read More »
Method: Returns if the product price type is subscribe.
Product::is_price_type_subscribe Read More »
Method: Returns if the product price type is closed.
Product::is_price_type_closed Read More »
Method: Returns true when the product has a trial.
Product::has_trial Read More »
Method: Returns the display price.
Product::get_display_price Read More »