Getting started

Voxycure Framework Developer Resources

A lightweight, code-first toolkit for building WordPress themes with dynamic blocks, structured fields, content types, and settings pages.

#What the framework does

Voxycure provides a single PHP registry and shared editor controls. Your theme or companion plugin owns every definition; WordPress owns every saved value.

01

Define in code

Reviewable definitions that move with Git and deployments.

02

Store natively

Block attributes, post meta, and options—no framework tables.

03

Render in PHP

Secure dynamic templates controlled by the developer.

#Where data is stored

FeatureDefinitionSaved values
BlocksTheme/plugin PHPpost_content block attributes
Document fieldsTheme/plugin PHPRegistered post meta
Option pagesTheme/plugin PHPwp_options
Post types & taxonomiesTheme/plugin PHPNative WordPress content tables

#Requirements

  • PHP 8.0 or newer
  • WordPress 6.0 or newer
  • A block theme, classic theme, or companion plugin for registrations
Framework version2.0.0
PHP requirement8.0+
Documentation updatedAugust 2026