gspc_order_item_meta_display
Description
Filter order item meta display. Only runs if the feed has a custom template.
Usage
Applied globally
add_filter( 'gspc_order_item_meta_display', 'my_custom_function' );
Parameters
$html
string
The HTML of the order item meta.
$item
WC_Order_Item
Current order Item.
$feed
GSPCFeed
The current feed.
Since
1.0-beta-1
Hook added.