Get input value from custom field
-
Hi, I’m trying to get input value from custom field. And I already tried this code in my function.php but not working.
//GET CUSTOM FIELD VALUE - BILLING FIRST NAME function fieldvalue_shortcode() { $getfieldvalue = get_post_meta($order_id, 'billing_first_name', true); return $getfieldvalue; } add_shortcode('get_customfield_value', 'fieldvalue_shortcode');I’m not good at coding~ Can anyone help?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Get input value from custom field’ is closed to new replies.