Home › Forums › Backend Issues (wp-admin) › Change file upload path for a specific field. › Reply To: Change file upload path for a specific field.
oh good god i spent ages on this and ive just seen the error.
add_filter('acf/upload_prefilter/key=field_627a6567e2078', 'field_name_upload_prefilter');
function field_nameupload_prefilter($errors) {
one has a gap in the name …. the other doesnt
And of course it exists its a function name created. Full on developer brain meltdown today
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.