P
Reusable Blocks Extended Content

Provide a Reusable Blocks Widget to use your block anywhere

Provide a Reusable Blocks Widget to use your block anywhere you want in your theme’s widgets areas

What it does

Provide a Reusable Blocks Widget to use your block anywhere you want in your theme’s widgets areas It is one of the abilities the Reusable Blocks Extended plugin exposes, so an AI agent connected to your site can run it for you.

Input schema

FieldTypeRequiredDescription
input string Required What you want this ability to do, in plain language.

Output schema

FieldTypeDescription
result string The result produced by the ability.

Permissions

The agent's WordPress user needs these capabilities. Grant only what's listed here, never a full admin account.

🔒 edit_posts

How an agent calls it

Agents call this ability by name and pass the inputs it needs. A call looks roughly like this:

reusable-blocks-extended.provide-a-reusable-blocks-widget-to-use-
{
  "ability": "reusable-blocks-extended.provide-a-reusable-blocks-widget-to-use-",
  "args": { "input": ... }
}

The agent runs the ability, then hands the result back for you to review before anything is published.

Keep exploring

More Reusable Blocks Extended abilities

All Reusable Blocks Extended abilities →
E
Extend Gutenberg Reusable Blocks feature with a complete
Reusable Blocks Extended
Extend Gutenberg Reusable Blocks feature with a complete admin panel, widgets, shortcodes and PHP functions.
A
Add Reusable Blocks dashboard informations
Reusable Blocks Extended
Add Reusable Blocks dashboard informations
P
Provide a list of Posts where each Reusable Block is used
Reusable Blocks Extended
Provide a list of Posts where each Reusable Block is used and the date it was last modified
P
Provide a live preview of your reusable blocks from the
Reusable Blocks Extended
Provide a live preview of your reusable blocks from the Reusable Blocks admin screen, with your theme stylesheets
P
Provide some Reusable Blocks PHP functions to use your
Reusable Blocks Extended
Provide some Reusable Blocks PHP functions to use your block anywhere you want in your theme even