D
Post Grid Content

Display password-protected posts

Display password-protected posts.

What it does

Display password-protected posts. It is one of the abilities the Post Grid 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:

post-grid.display-password-protected-posts
{
  "ability": "post-grid.display-password-protected-posts",
  "args": { "input": ... }
}

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

Keep exploring

More Post Grid abilities

All Post Grid abilities β†’
D
Display content from posts, pages, WooCommerce products,
Post Grid
Display content from posts, pages, WooCommerce products, portfolios, or any other custom post type.
F
Filter posts by categories, tags, taxonomies, and terms
Post Grid
Filter posts by categories, tags, taxonomies, and terms.
C
Customize post order, publish status, and metadata
Post Grid
Customize post order, publish status, and metadata.
D
Display posts based on keyword search
Post Grid
Display posts based on keyword search.
E
Enable a search box within the grid to help users find
Post Grid
Enable a search box within the grid to help users find content quickly.