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 webdados/4788e3ede1b41eb679bab72b643b2750 to your computer and use it in GitHub Desktop.
Save webdados/4788e3ede1b41eb679bab72b643b2750 to your computer and use it in GitHub Desktop.
Remove metas from WooCommerce Orders item titles on InvoiceXpress documents
<?php
//Add this to your (child-)theme functions.php file
add_filter( 'invoicexpress_woocommerce_document_item_title_with_meta', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment