Support

Account

Home Forums Gutenberg Your site doesn’t include support for the "acf/block-name" block. Reply To: Your site doesn’t include support for the "acf/block-name" block.

  • @jonschr Hey Jon, you’re right that ACF prevents itself from loading, but your call to the change the setting URL is being read by the “normal” install of ACF, and trying to load the assets from your included plugin as that is still set.

    Your best bet would be to copy that detection logic into your plugin, then place the whole include and add_filter inside it.