| Folder | Short description | Tags | Download .zip | Live Demo |
|---|---|---|---|---|
| 📁 | example-block-style-php | BLOCK THEME, BLOCK STYLE, PHP |
📦 |
This is an example child theme of the Twenty Twenty-Four theme, which is required for this example to work.
The goal of this child theme is to showcase how to add custom block styles (also known as block style variations) via PHP. For more information on this feature, read the Block Style Variations documentation in the Theme Handbook.
This child theme adds a "Hand Drawn" style to the Image block. The code for this lives in a single place in the theme:
functions.php: Registers the block style and uses theinline_styleargument ofregister_block_style()to add inline CSS.