includes/models/model.llms.transaction.php:
LLMS_Transaction::record_refund()
|
Records a refund against the transaction.
|
includes/class-llms-engagement-handler.php:
LLMS_Engagement_Handler::create()
|
Create a new earned achievement or certificate.
|
includes/models/model.llms.user.certificate.php:
LLMS_User_Certificate::get_merge_data()
|
Retrieve merge codes and data.
|
includes/controllers/class-llms-controller-awards.php:
LLMS_Controller_Awards::on_earn()
|
Records a timestamp when the award is earned.
|
includes/notifications/controllers/class.llms.notification.controller.upcoming.payment.reminder.php:
LLMS_Notification_Controller_Upcoming_Payment_Reminder::schedule_upcoming_payment_reminder()
|
Schedule upcoming payment reminder notification
|
includes/abstracts/llms-abstract-generator-posts.php:
LLMS_Abstract_Generator_Posts::format_date()
|
Ensure raw dates are correctly formatted to create a post date
|
includes/functions/llms.functions.person.php:
llms_set_user_login_time()
|
Set/Update user login time
|
includes/notifications/class.llms.notifications.php:
LLMS_Notifications::schedule_single_processor()
|
Save pending batches and schedule the async dispatching of a processor.
|
includes/class-llms-sessions.php:
LLMS_Sessions::is_session_idle()
|
Determine if a session is idle.
|
libraries/lifterlms-rest/includes/server/class-llms-rest-students-progress-controller.php:
LLMS_REST_Students_Progress_Controller::validate_date_created()
|
Validate the date_created
|
libraries/lifterlms-rest/includes/abstracts/class-llms-rest-webhook-data.php:
LLMS_REST_Webhook_Data::get_delivery_signature()
|
Generate a delivery signature from a delivery payload.
|
libraries/lifterlms-rest/includes/class-llms-rest-webhooks.php:
LLMS_REST_Webhooks::update_prepare()
|
Prepare data for an update.
|
includes/models/model.llms.order.php:
LLMS_Order::start_access()
|
Record the start date of the access plan and schedule expiration if expiration is required in the future
|
includes/models/model.llms.order.php:
LLMS_Order::has_trial_ended()
|
Determine if the trial period has ended for the order
|
includes/models/model.llms.order.php:
LLMS_Order::get_creation_args()
|
An array of default arguments to pass to $this->create() when creating a new post
|
includes/models/model.llms.order.php:
LLMS_Order::calculate_next_payment_date()
|
Calculate the next payment due date
|
includes/models/model.llms.order.php:
LLMS_Order::get_access_status()
|
Get the current status of a student’s access
|
includes/models/model.llms.lesson.php:
LLMS_Lesson::is_available()
|
Determine if an element is available based on drip settings
|
includes/models/model.llms.access.plan.php:
LLMS_Access_Plan::is_on_sale()
|
Determine if a plan is *currently* on sale
|
includes/models/model.llms.coupon.php:
LLMS_Coupon::is_expired()
|
Determine if a coupon is expired
|
includes/models/model.llms.transaction.php:
LLMS_Transaction::get_creation_args()
|
Retrieves the array of default arguments to pass to {@see LLMS_Transaction::create()} when creating a new post.
|
includes/llms.functions.core.php:
llms_cleanup_tmp()
|
Cron function to cleanup files in the LLMS_TMP_DIR
|
includes/abstracts/llms.abstract.database.store.php:
LLMS_Abstract_Database_Store::set()
|
General setter
|
includes/abstracts/llms.abstract.database.store.php:
LLMS_Abstract_Database_Store::__construct()
|
Constructor
|
includes/abstracts/llms.abstract.exportable.admin.table.php:
LLMS_Abstract_Exportable_Admin_Table::get_export_file_name()
|
Retrieves the file name for an export file.
|
includes/functions/llms.functions.user.postmeta.php:
llms_update_user_postmeta()
|
Update user postmeta data.
|