Support

Account

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

  • 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’]);