baxtian / wp_block
Class to be inherite to add block requirements.
0.3.32
2026-08-20 03:54 UTC
Requires
- php: >=7.4
- baxtian/wp_columns: ^0.2.2
This package is auto-updated.
Last update: 2026-08-20 03:57:51 UTC
README
Class to be inherited to create a WP block.
Use register_block_type o register a new block.
Use extend_block to extend an existing block.
Declare a render method inside the class to have a render_callback for the created / extended block.
Mantainers
Juan Sebastián Echeverry baxtian.echeverry@gmail.com
See CHANGELOG.md for the version history.