Integrations
Modern WordPress development
Use Voxycure for concise theme features while following current WordPress block and REST conventions.
#Block registration direction
Voxycure registers dynamic blocks with WordPress using PHP and Block API version 3. All registration and rendering happen inside the customer’s WordPress installation; Voxycure does not receive block definitions or saved values. For independent blocks with scripts, styles, variations, bindings, or interactive directives, use block.json. WordPress 6.8+ recommends metadata collections for registering many metadata-based blocks.
#REST meta requirements
REST-visible array meta must declare an item schema, and the post type must support custom-fields. Voxycure handles both when registering field groups.
#Prefer native APIs
Use WordPress template, escaping, media, capability, translation, and cache functions inside framework callbacks. Voxycure does not replace those APIs.