joppuyo / acf-image-aspect-ratio-crop

Image Aspect Ratio Crop field for Advanced Custom Fields
https://wordpress.org/plugins/acf-image-aspect-ratio-crop/
GNU General Public License v2.0
106 stars 16 forks source link

Plugin does not work with acf upload prefilter #143

Open leijoninna opened 7 months ago

leijoninna commented 7 months ago

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.

leijoninna commented 7 months ago

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 :(