Hoppa till huvudinnehåll

Action: wu_checkout_order_created

Fires after the checkout order is fully assembled.

Addons can use this to create secondary memberships for products with independent billing cycles.

Parameters

NameTypeDescription
$order\WP_Ultimo\Checkout\CartThe cart/order object.
$customer\WP_Ultimo\Models\CustomerThe customer.
$membership\WP_Ultimo\Models\MembershipThe primary membership.
$payment\WP_Ultimo\Models\PaymentThe payment.

Since

  • 2.5.0

Source

Defined in inc/checkout/class-checkout.php at line 977