Blocksy
New in v3.9.1. Pro. emcp-tools/blocksy-extensions-read / emcp-tools/blocksy-extensions-write. Registers when Blocksy Companion is active. Manages Companion’s feature modules, the same toggles you’d otherwise click through in Blocksy → Extensions.
For inserting Blocksy’s dynamic content blocks (query loops, breadcrumbs, contact info, and more), see Block builder catalogs on the Gutenberg blocks page, there’s no separate theme-settings pack for Blocksy this release, unlike Astra, Kadence, or GeneratePress.
How it works
Section titled “How it works”Both tools take { operation, arguments }. Omit operation to get back the list of available operations.
| Operation | Mode | What it does |
|---|---|---|
list-extensions | read | List available extensions with name, description, a pro flag, and active status. Optional active_only. |
activate-extension | write | Activate an extension by slug. Pro extensions need a Blocksy Pro license. |
deactivate-extension | write | Deactivate an extension by slug. |
Permissions
Section titled “Permissions”Requires an active EMCP Tools Pro license and manage_options (a site-wide feature toggle, not a per-post capability, unlike the Blocksy Blocks catalog which only needs edit_posts).