Skip to main content

Filter: wu_get_checkout_variables

Allow plugin developers to filter the pre-sets of a checkout page.

Be careful, missing keys can completely break the checkout on the front-end.

Parameters

NameTypeDescription
$variablesarrayLocalized variables.
$checkout\CheckoutThe checkout class.

Since

  • 2.0.0

Source

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

Returns

The new variables array.