LLMS_Controller_Orders::transition_status( string $new_status, string $old_status, WP_Post $post )

Trigger actions when the status of LifterLMS Orders and LifterLMS Transactions change status


Description Description


Parameters Parameters

$new_status

(Required) New status.

$old_status

(Required) Old status.

$post

(Required) WP_Post instance.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/controllers/class.llms.controller.orders.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.19.0 Unknown.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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