get Custom field label (select/dropdown) on front end
You can set the keys of the array to be user-friendly, but more appropriate would be to define the options array in a function, and then use that function in both the backend and frontend (untested): Array function product_condition_array() { return array( ‘new’ => __( ‘New’, ‘woocommerce’ ), ‘like_new’ => __( ‘New other (see description) …