Home › Forums › Gutenberg › redering block via ajax not working multisite › Reply To: redering block via ajax not working multisite
I ended up just adding the block to blog 1 and then apply_filters( 'the_content', $ad->posts[0]->post_content );
worked perfectly. So I guess this is more of a bugfix. will report. thanks.
edit: actually, this did not work. I just noticed that during debugging I added switch_to_blog( 2 );
to acf_register_store()
which was why it was working. So I guess I’m still not sure how to proceed, any help would be appreciated. thanks!
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.