Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$item
(\WC_Order_Item) The WooCommerce order item

wc_maileon_transaction_{$transaction_name}_content

Description

wc_maileon_transaction_{$transaction_name}_content is a filter applied to every Maileon transaction’s content. $transaction_name is one of the following by default:

  • wc_completed_order

  • wc_on_hold_order

  • wc_processing_order

  • wc_refunded_order

Properties

$content
(array) The transaction content

$order
(\WC_Order) The WooCommerce order object

$email_id
(string) The WooCommerce email id

wc_maileon_transaction_order_line_types

Description

wc_maileon_transaction_order_line_type is a filter applied to the order item types.

...