blocks

How to Deregister Gutenberg Block Styles by Finding the Style Handle

The WordPress block editor allows us, the developers, to create new block types. Now with the block.json file configuration is…

How to modify the Gutenberg blocks from post content with PHP

Modify the post content generated by Gutenberg by parsing the blocks with PHP and serializing the modified array back to…

Gutenberg full and wide width inside of a fixed container

Gutenberg, the new editor from WordPress 5+ comes with some handy block options which allow defining full and wide width.…