takt / score
Score framework for Prelude and Acorn-based WordPress themes.
1.0.3
2026-03-08 05:30 UTC
Requires
- php: >=8.2
- laravel/framework: ^12.0
Requires (Dev)
- laravel/pint: ^1.25
- roots/acorn: ^5.0
README
An acorn package for Prelude or Acorn based themes to provide convenient features and utilities.
Create Block
Use wp acorn make:block ExampleBlock to scaffold a new block.
Options:
--parent=ParentBlock: Specify a parent block to nest the new block within.
--blade: Use Blade templates for the block's markup.
Block Model
Wrapper around WP_Block to provide additional functionality and convenience methods.