Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Example: Block Styles (PHP)

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.

Understanding the Example Code

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 the inline_style argument of register_block_style() to add inline CSS.