Title: Voxycure Framework
Author: voxycureinfotech
Published: <strong>7 сар 20, 2025</strong>
Last modified: 8 сар 17, 2026

---

Search plugins

![](https://ps.w.org/voxycure-framework/assets/banner-772x250.jpg?rev=3330816)

![](https://ps.w.org/voxycure-framework/assets/icon-256x256.png?rev=3330803)

# Voxycure Framework

 By [voxycureinfotech](https://profiles.wordpress.org/voxycureinfotech/)

[Download](https://downloads.wordpress.org/plugin/voxycure-framework.2.0.0.zip)

 * [Details](https://mn.wordpress.org/plugins/voxycure-framework/#description)
 * [Reviews](https://mn.wordpress.org/plugins/voxycure-framework/#reviews)
 *  [Installation](https://mn.wordpress.org/plugins/voxycure-framework/#installation)
 * [Development](https://mn.wordpress.org/plugins/voxycure-framework/#developers)

 [Support](https://wordpress.org/support/plugin/voxycure-framework/)

## Description

Voxycure Framework helps you build flexible, custom WordPress websites.

With Voxycure Framework, you can:

 * Create custom Gutenberg blocks.
 * Add custom fields to posts, pages, blocks, and WooCommerce products.
 * Create custom post types and taxonomies.
 * Build custom settings and option pages.
 * Create reusable components for use across multiple pages.
 * Control where blocks are available in the editor.

[View the documentation](https://framework.voxycureinfotech.com/)

### Privacy

Voxycure Framework does not collect telemetry and does not transmit site data to
Voxycure. Data entered into registered fields remains in the site’s WordPress database
using native WordPress storage APIs.

The plugin only makes requests initiated by an authorized administrator to its local
WordPress REST endpoint when loading or saving a registered option page.

### Developer Documentation

Full documentation, field references, copyable examples, architecture explanations,
and WordPress/WooCommerce integration guides are available at:

[https://framework.voxycureinfotech.com/](https://framework.voxycureinfotech.com/)

## Installation

 1. Install [Voxycure Framework from WordPress.org](https://wordpress.org/plugins/voxycure-framework/)
    or upload it to `/wp-content/plugins/voxycure-framework/`.
 2. Activate **Voxycure Framework** from **Plugins  Installed Plugins**.
 3. Add your registrations to a theme or companion plugin using the `voxycure/register`
    action.
 4. Follow the [First project tutorial](https://framework.voxycureinfotech.com/getting-started/first-project)
    to verify the setup.

There is intentionally no Voxycure builder menu after activation. WordPress displays
the native editor screens created by your PHP registrations.

The short **Components** menu is the native content editor for the built-in Reusable
Components feature. It is not a definition builder.

## FAQ

### Where is the admin builder?

Version 2.0 is a code-first developer framework and does not provide an admin UI
for creating blocks, fields, post types, or taxonomies. Definitions belong in your
theme or companion plugin so they can be reviewed, version controlled, tested, and
deployed safely.

### Where does `$registry` come from?

Voxycure passes its registry object to callbacks attached to `voxycure/register`.
The callback parameter receives that object automatically:

    ```
    add_action('voxycure/register', function ($registry) {
        // Register blocks, fields, post types, taxonomies, or option pages here.
    });
    ```

[Read the Registry API guide](https://framework.voxycureinfotech.com/core/registry)

### Do I need Node.js, npm, or a build step?

No. Official releases contain the compiled editor assets. Do not edit files inside
Voxycure Framework or run npm commands on a production/client installation. Keep
registrations, block templates, and project styles in your own theme or companion
plugin because WordPress plugin updates can replace plugin files.

### Where is content saved?

Block values are saved by WordPress as block attributes in post content. Document
fields use registered post meta. Option pages use `wp_options`. Voxycure does not
require custom database tables for definitions.

### Does the plugin send site or usage data to Voxycure?

No. The plugin does not send activation, deactivation, update, site, administrator,
or usage information to Voxycure or another tracking service. Activation only schedules
a one-time local rewrite-rule refresh.

### Can dynamic block output be cached?

Yes. Set `cache_ttl` on an individual block registration. Caching is disabled by
default, and a value greater than zero enables it for that block.

[Read the output caching guide](https://framework.voxycureinfotech.com/blocks/caching)

### What are Reusable Components?

Open **Components  Add New**, build a section with WordPress blocks, and publish
it. Then insert the **Reusable Component** block on any compatible block-editor 
screen and select that component. Updating the component updates every placement.
Components use native private WordPress posts; they are not sent to Voxycure and
do not have public URLs.

[Read the Reusable Components guide](https://framework.voxycureinfotech.com/blocks/reusable-components)

### Does it work with WooCommerce?

Yes. Register a product field group with `post_types => ['product']` and `editor
=> 'woocommerce'`. Voxycure renders supported controls in WooCommerce Product data
tabs and saves them through the WooCommerce product object. The documentation also
explains HPOS-safe data access and dynamic blocks for Single Product templates.

[Read the WooCommerce guides](https://framework.voxycureinfotech.com/integrations/woocommerce)

## Reviews

![](https://secure.gravatar.com/avatar/7bb1c2354fb6e8d853d4d7d8d3d69000f5b54c199f018fe4eb7044bc46e85389?
s=60&d=retro&r=g)

### 󠀁[Must-Have Plugin for Gutenberg themes](https://wordpress.org/support/topic/must-have-plugin-for-gutenberg-themes/)󠁿

 [suryainfotech](https://profiles.wordpress.org/suryainfotech/) 7 сар 20, 2025 1
reply

I absolutely love this plugin! 🌟 I’ve been searching for a plugin that allows custom
Gutenberg block creation for over 3 days, and most solutions—like ACF—require a 
premium license to unlock full block support. But this plugin delivers exactly what
I needed, completely for free! It offers powerful custom block and post meta functionality,
similar to ACF, but without the cost barrier. The UI is clean, the experience is
smooth, and the features are more than enough for professional use. It saved me 
a lot of time and gave me complete control over my Gutenberg blocks. Huge thanks
to the developer for creating and maintaining such a valuable tool. Keep up the 
amazing work!

 [ Read all 1 review ](https://wordpress.org/support/plugin/voxycure-framework/reviews/)

## Contributors & Developers

“Voxycure Framework” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Voxycure Infotech ](https://profiles.wordpress.org/voxycureinfotech/)

[Translate “Voxycure Framework” into your language.](https://translate.wordpress.org/projects/wp-plugins/voxycure-framework)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/voxycure-framework/),
check out the [SVN repository](https://plugins.svn.wordpress.org/voxycure-framework/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/voxycure-framework/)
by [RSS](https://plugins.trac.wordpress.org/log/voxycure-framework/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.0.0

 * Rebuilt Voxycure as a code-first developer framework.
 * Added a central hook-based registry for blocks, fields, content types, taxonomies,
   and option pages.
 * Restored Reusable Components with private native storage, a dynamic selector 
   block, and circular-reference protection.
 * Removed the legacy definition builder, custom definition tables, tracking code,
   and retired WooCommerce product-editor beta integration.
 * Added type-aware field sanitization and explicit REST schemas for complex metadata.
 * Added secure native option-page saving with allow-listed fields and capability
   checks.
 * Added opt-in dynamic block output caching.
 * Added block-editor visibility scopes for post types, exact content, templates,
   and editor contexts.
 * Added registry-defined WooCommerce product fields with native Product data tab
   rendering and CRUD saving.
 * Improved editor asset loading so assets run only on relevant WordPress screens.
 * Added complete standalone developer documentation.

## Meta

 *  Version **2.0.0**
 *  Last updated **1 долоо хоног ago**
 *  Active installations **10+**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0.4**
 *  PHP version ** 8.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/voxycure-framework/)
 * Tags
 * [block-editor](https://mn.wordpress.org/plugins/tags/block-editor/)[custom fields](https://mn.wordpress.org/plugins/tags/custom-fields/)
   [custom post types](https://mn.wordpress.org/plugins/tags/custom-post-types/)
   [developer-tools](https://mn.wordpress.org/plugins/tags/developer-tools/)[gutenberg blocks](https://mn.wordpress.org/plugins/tags/gutenberg-blocks/)
 *  [Advanced View](https://mn.wordpress.org/plugins/voxycure-framework/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/voxycure-framework/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/voxycure-framework/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/voxycure-framework/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/voxycure-framework/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/voxycure-framework/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/voxycure-framework/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/voxycure-framework/reviews/)

## Contributors

 *   [ Voxycure Infotech ](https://profiles.wordpress.org/voxycureinfotech/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/voxycure-framework/)