View Hidden Custom Fields in WordPress & WooCommerce

Add this to your functions.php and as Admin you will be able to view and edit otherwise hidden custom fields in the post / order edit screen. Handy, eh?

add_filter( 'is_protected_meta', '__return_false' ); 

Leave a Reply