Ali Afghah

Results 1 comments of Ali Afghah

I can confirm this works with ACF PRO 5.8.4 acf-qtranslate/src/acf_5/fields/image.php ``` if (method_exists($this, 'wp_prepare_attachment_for_js')) { add_filter('wp_prepare_attachment_for_js', array($this, 'wp_prepare_attachment_for_js'), 10, 3); } ```