Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
<?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