Skip to content

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.

Both tools take { operation, arguments }. Omit operation to get back the list of available operations.

OperationModeWhat it does
list-extensionsreadList available extensions with name, description, a pro flag, and active status. Optional active_only.
activate-extensionwriteActivate an extension by slug. Pro extensions need a Blocksy Pro license.
deactivate-extensionwriteDeactivate an extension by slug.

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).