Home › Forums › Backend Issues (wp-admin) › Restricting acf_add_local_field_group to specific blogs in network › Reply To: Restricting acf_add_local_field_group to specific blogs in network
No problem. It doesn’t matter how many sites you have in the network since it will just query out that single ID from the wp_sites table (I believe).
get_current_blog_id()
does not make an extensive heavy query regardless of size of your network. So it should be fine!
If you’re still worried you can use a tool like Query monitor to see exactly how it affects the sites
https://sv.wordpress.org/plugins/query-monitor/
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.