LLMS_Order::get_action_args()

Retrieve arguments passed to order-related events processed by the action scheduler


Return Return

(array)


Top ↑

Source Source

File: includes/models/model.llms.order.php

	protected function get_action_args() {
		return array(
			'order_id' => $this->get( 'id' ),
		);
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.19.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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