Home › Forums › General Issues › Override acf_add_local_field › Reply To: Override acf_add_local_field
Hi @bpdp
Hmm.. If you look at the function acf_add_local_field_group it calls to add_field_group and in there you’ll find:
// don't allow overrides
if( acf_is_local_field_group($field_group['key']) ) {
return;
}
I’m not sure why this is there so I’m subbing in @elliot and perhaps he can explain it better and give you some tips.
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.