Support

Account

Home Forums General Issues How to convert field key to meta key Reply To: How to convert field key to meta key

  • i will tell you… i just want solution with post_id + field key

    $post_id = 200
    print_r($field) = Array ( [key] => field_5492c13601cbf [label] => Quantity [name] => fields[field_5492be0701cb6][1][field_5492be5d01cb8][0][field_5492c04b01cbb][0][field_5492c13601cbf] [_name] => quantity [type] => text [order_no] => 1 [instructions] => [required] => 0 [id] => acf-field-field_5492be0701cb6_1_field_5492be5d01cb8_0_field_5492c04b01cbb_0_field_5492c13601cbf [class] => text [conditional_logic] => Array ( [status] => 0 [rules] => Array ( ) [allorany] => all ) [column_width] => 20 [default_value] => [placeholder] => [prepend] => [append] => [formatting] => html [maxlength] => [value] => 50 )

    get_field($field[‘name’],$english_recipe_id); will it work ..??