John A. Huebner II
John A. Huebner II
Not sure if you've seen this http://awesomeacf.com/, nothing's happened here in over a year.
Not my site, but I happened on it when doing a search a while back
I have .webp images stored in another folder, so I don't know if this will effect any other configuration. However, in order to allow the default WP handling when a...
I noticed that there is a function `webPExpressAlterHtml()`, but it seems that the file this function is in is never loaded because when I tried to use it I got...
Generally, in functions.php
I'm sure it's possible, but it's not something that I'm likely to add to this plugin any time soon. Many reasons, but mostly I really do not have the spare...
The only place you will find the any keys is in this action. These actions cause the function to run that does the updates. The other keys are located in...
What "API" This plugin does the updating using [an acf/update_value filter](https://www.advancedcustomfields.com/resources/acf-update_value/). This is called when ACF updates a value in the admin and would also be called if using the...
My guess here is that this plugin is suffering from a similar problem that others report of the ACF forum to do with ACF fields not being saved when using...
If you can give me steps that will consistently reproduce the issue I will look into it, but as you say, it's very hard to find something when otherwise.