Skip to content

Instantly share code, notes, and snippets.

@SiR-DanieL
Last active April 25, 2017 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SiR-DanieL/59080a7d1146aa6b2844 to your computer and use it in GitHub Desktop.
Save SiR-DanieL/59080a7d1146aa6b2844 to your computer and use it in GitHub Desktop.
<?php echo $order->email_order_items_table( array(
'show_sku' => $sent_to_admin,
'show_image' => false,
'image_size' => array( 32, 32 ),
'plain_text' => $plain_text,
'sent_to_admin' => $sent_to_admin
) ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment