Skip to content

Instantly share code, notes, and snippets.

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 plugin-republic/4c88f8190c1c9d9d7d41f0a80905060a to your computer and use it in GitHub Desktop.
Save plugin-republic/4c88f8190c1c9d9d7d41f0a80905060a to your computer and use it in GitHub Desktop.
<?php
/**
* Display hidden meta data in Web Toffee Picklist plugin
*/
add_filter( 'wt_pklist_show_hidden_order_item_meta', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment