Home › Forums › Front-end Issues › ACF not installed on multisite? › Reply To: ACF not installed on multisite?
I can’t really give you much guidance because I don’t know much about namespaces.
I do know that ACF functions are defined in the global namespace.
Your code appears to be trying to get a function some other defined namespace.
function Namespace\SubNamespace\get_field()
You’ll need to figure out why this is happening.
Is there something that is telling PHP that all function calls should be in this namespace if none is specified?
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.