Created
February 19, 2021 19:03
-
-
Save billrobbins/8b3dde7ecb2c5bd6c1cc9c50859c5f00 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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