LLMS_Membership_Data

Query data about a membership.


Description Description


Source Source

File: includes/class.llms.membership.data.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.35.0 Sanitize post ids from WP_Query before using for a new DB query.
3.32.0 Introduced.


Top ↑

Methods Methods

  • get_engagements — Retrieve # of engagements related to the membership awarded within the period.
  • get_enrollments — Retrieve # of membership enrollments within the period.
  • get_orders — Retrieve # of orders placed for the membership within the period.
  • get_revenue — Retrieve total amount of transactions related to orders for the course completed within the period.
  • get_unenrollments — Retrieve the number of unenrollments on a given date.
  • orders_query — Execute a WP Query to retrieve orders within the given date range.

Top ↑

User Contributed Notes User Contributed Notes

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