Support

Account

Forum Replies Created

  • over all , i want to get the nested single field value without any loop

    get_field(‘field_5492be0701cb6_1_field_5492be5d01cb8_0_field_5492c04b01cbb_1_field_5492c13601cbf’,$post_id);

    ??

  • 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 ..??

  • thanks for your reply…

    am working ACF with WPML…

    am editing, your file ‘core/ field/text.php’

    for all other language, i want to display english as placeholder

    $english_recipe_id = icl_object_id($arabic_post_id,’recipe’,true,’en’);

    get_field($english_recipe_id,$field[‘name’]);

Viewing 3 posts - 1 through 3 (of 3 total)