...
wc_maileon_update_contact_account
Description
wc_maileon_update_contact_account
is a filter applied to an updated contact.
...
wc_maileon_unsubscribe_contact_reasons
Description
wc_maileon_unsubscribe_contact_reasons
is a filter applied to the unsubscription reasons supplied to Maileon.
...
wc_maileon_create_contact_params
Description
wc_maileon_create_contact_params
is a filter applied to any contact creation Maileon API calls. The hook receives an array of parameters that are passed to the Maileon API. The array contains the following elements:
...
wc_maileon_after_{$transaction_name}_transaction
Description
wc_maileon_after_{$transaction_name}_transaction
is an action running after every Maileon transaction. $transaction_name
is one of the following by default:
...
wc_maileon_transaction_name
Description
wc_maileon_transaction_name
is a filter applied to all Maileon transaction names.
...
wc_maileon_get_{$transaction_name}_attributes
Description
wc_maileon_get_{$transaction_name}_attributes
is a filter applied to all Maileon transaction attribute definitions. It can be used to modify the transaction types created by the plugin. $transaction_name
is one of the following by default:
...
wc_maileon_map_order_item
Description
wc_maileon_map_order_item
is a filter applied to each order_item in the order_items
attribute in the default transaction mapping.
...
wc_maileon_map_order_item_coupon
Description
wc_maileon_map_order_item_coupon
is a filter applied to each coupon type order_item in the order_items
attribute in the default transaction mapping.
...
wc_maileon_map_order_item_fee
Description
wc_maileon_map_order_item_fee
is a filter applied to each fee type order_item in the order_items
attribute in the default transaction mapping.
...
wc_maileon_map_order_item_product
Description
wc_maileon_map_order_item_product
is a filter applied to each product type order_item in the order_items
attribute in the default transaction mapping.
...
wc_maileon_map_order_item_shipping
Description
wc_maileon_map_order_item_shipping
is a filter applied to each shipping type order_item in the order_items
attribute in the default transaction mapping.
...