Support

Account

Home Forums Backend Issues (wp-admin) Functions not reached in acf plugin Reply To: Functions not reached in acf plugin

  • I am sorry to say this did not fix the issue.

    TBH I was already wondering why this would work because I have no issues with the selects. They are generating/showing/saving as expected.

    I would like to override the value for get_field, as I did here.

    I thought I could do this with load_value but placing an exit; in there doesn’t exit the function while it runs, so I therefor conclude it’s not reached.

    The same happens for update_value, where I would like to add verification, like I did here.

    Hoping you can help me further.