P
Snow Monkey Editor Content

Publish date time settings

Publish date time settings

What it does

Publish date time settings 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.

πŸ”’ manage_options

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.publish-date-time-settings
{
  "ability": "snow-monkey-editor.publish-date-time-settings",
  "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 β†’
E
Edit lock by user roles
Snow Monkey Editor
Edit lock by user roles. (Only administrators can set it)
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';