I am trying to use acf/upload_prefilter to alter the upload path. It works for regular ACF image and file uploads. But the filter does not seem to fire when using the aspect ratio field.
Is there any way to work around this? I can't find any other filters to use.
The plugin itself uses this filter (acf-image-aspect-ratio-crop.php on line 405), but after some testing it seems that the filter does not fire from there either :(
I am trying to use acf/upload_prefilter to alter the upload path. It works for regular ACF image and file uploads. But the filter does not seem to fire when using the aspect ratio field.
Is there any way to work around this? I can't find any other filters to use.