Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created February 19, 2021 19:03
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save billrobbins/8b3dde7ecb2c5bd6c1cc9c50859c5f00 to your computer and use it in GitHub Desktop.
<?php
function ijab_woo_remove_order_meta_search() {
return;
}
add_filter( 'woocommerce_shop_order_search_fields', 'ijab_woo_remove_order_meta_search' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment