How to correctly encode special characters when programmatically creating ACF Gutenberg-Blocks in WordPress?
I am building an importer for a wordpress project and have to map blocks to other block types. Therefore, I have an abstract base Block-Class that looks like this:
How to properly store strings in wordpress’ Gutenberg-Blocks using ACF Blocks?
I am building an importer for a wordpress project and have to map blocks to other block types. Therefore, I have an abstract base Block-Class that looks like this: