Support

Account

Home Forums ACF PRO Issue with YARPP plugin loading image array Reply To: Issue with YARPP plugin loading image array

  • Just tried using:

    $field_key = "field_54289c0d8173b";
    $field = get_field_object($field_key);
    print_r($field);

    Where the key is the feature_image field.

    This resulted in an array output outside of the YARRP template, but in the template the variable was blank.