Skip to content

Instantly share code, notes, and snippets.

@rashmimalpande
Created January 10, 2018 13:04
Show Gist options
  • Save rashmimalpande/1d89fcbd3260ac0d74caa31c32962dea to your computer and use it in GitHub Desktop.
Save rashmimalpande/1d89fcbd3260ac0d74caa31c32962dea to your computer and use it in GitHub Desktop.
<?php
add_action( 'woocommerce_order_item_meta_start', 'ts_order_item_meta_start', 10, 4 );
function ts_order_item_meta_start( $item_id, $item, $order, $plain_text ){
echo '<p> Seller: Tyche</p>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment