Developer Reference
BF Blocks is designed to be extended. All public APIs are documented here.
All hooks are prefixed bf_blocks/
Every action and filter hook in BF Blocks uses the bf_blocks/ namespace for easy discoverability and to avoid conflicts with other plugins.
Hooks & Filters
All available action hooks and filters, with types, parameters, and code examples.
Read →Registering Custom Field Types
Extend BF Blocks with your own field type by implementing BF_Field_Base.
Read →REST API Reference
Endpoints, authentication, request/response examples for the BF Blocks REST API.
Read →WP-CLI Commands
All available wp bf-blocks commands with flags and examples.
Read →PHP Template Overrides
Override the front-end output of any block with a PHP template in your theme.
Read →