C
Groups Content

Control Content

Control Content

What it does

Control Content It is one of the abilities the Groups 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:

groups.control-content
{
  "ability": "groups.control-content",
  "args": { "input": ... }
}

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

Keep exploring

More Groups abilities

All Groups abilities β†’
C
Control Permissions
Groups
Control Permissions
C
Control access to content by capabilities: show (or do not
Groups
Control access to content by capabilities: show (or do not show) content to users who have certain capabilities -
B
Bulk-actions where needed, for example apply capabilities
Groups
Bulk-actions where needed, for example apply capabilities to groups, bulk-add users to groups, bulk-remove users from groups
E
Enable access restrictions by custom post type
Groups
Enable access restrictions by custom post type
R
Restrict Payment Methods : Limit the use of WooCommerce
Groups
Restrict Payment Methods : Limit the use of WooCommerce Payment Methods by Group Memberships, Roles, Countries, and Order Amounts.