Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
// ---- Show add-ons in customer & admin emails ---- add_filter( 'woocommerce_order_item_name', function( $item_name, $item, $is_visible ) { $addons = wc_get_order_item_meta( $item->get_id(), '_extra_addons', true ); if ( $addons ) { $addons = json_decode( $addons, true ); if ( is_array( $addons ) && ! empty( $addons ) ) { $item_name .= '
One thought on “Hello world!”
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.