Support

Account

Home Forums Front-end Issues Page_Link field no longer returning UR Reply To: Page_Link field no longer returning UR

  • Hi,

    I have the same issue with a file field. I just recently started using ACF. I am running ACF PRO, v5.7.9 on WP 5.0.2 with ClassicEditor plugin 1.3 (in case that matters).

    I found (sort of) a description of this problem in an old forum post, but I am not sure the problem should be there in the first place, since I didn’t code anything myself. More precisely, the older post describes misplacements of function calls, but I am using everything “out of the box”, not self-coded add-ons, child-themes or the like. Here is what I found earlier:

    On
    https://support.advancedcustomfields.com/forums/topic/image-file-type-return-value-not-working/
    “dotancohen” wrote on March 16, 2016 (he is talking about an image field, but the same applies to the file field, I guess):

    When using get_field() or the_field() and the Image ID is returned instead of the expected return value, this is a sign that acf_add_local_field_group() was not run. Therefore ACF is pulling the raw value from the database but has no way to determine in which format you want it.

    To resolve the issue, ensure that acf_add_local_field_group() is run from the init hook, not one of the admin_* hooks.

    If you can figure this out, I’d be curious to know, too.

    Hope, this helps,

    Andreas