Support

Account

Home Forums General Issues Change File url output for CDN Reply To: Change File url output for CDN

  • The first thing to try is to increase the priority of your filter to ensure it runs after ACF

    
    add_filter('acf/format_value/type=file', 'my_acf_format_value', 20, 3);