E
Snow Monkey Editor Content

Edit lock by user roles

Edit lock by user roles. (Only administrators can set it)

What it does

Edit lock by user roles. (Only administrators can set it) It is one of the abilities the Snow Monkey Editor 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_users

How an agent calls it

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

snow-monkey-editor.edit-lock-by-user-roles
{
  "ability": "snow-monkey-editor.edit-lock-by-user-roles",
  "args": { "input": ... }
}

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

Keep exploring

More Snow Monkey Editor abilities

All Snow Monkey Editor abilities β†’
P
Publish date time settings
Snow Monkey Editor
Publish date time settings
B
Block presets
Snow Monkey Editor
Block presets
B
Block styles
Snow Monkey Editor
Block styles
F
Filter hooks (JavaScript)
Snow Monkey Editor
Filter hooks (JavaScript)
I
Import { addFilter } from '@wordpress/hooks'
Snow Monkey Editor
import { addFilter } from '@wordpress/hooks';