S
WP Extended Search Content

Search in the post author name

Search in the post author name

What it does

Search in the post author name It is one of the abilities the WP Extended Search 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:

wp-extended-search.search-in-the-post-author-name
{
  "ability": "wp-extended-search.search-in-the-post-author-name",
  "args": { "input": ... }
}

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

Keep exploring

More WP Extended Search abilities

All WP Extended Search abilities β†’
S
Search in selected meta keys
WP Extended Search
Search in selected meta keys
S
Search in category, tags or custom taxonomies
WP Extended Search
Search in category, tags or custom taxonomies
C
Control whether to search in title or content or excerpt or
WP Extended Search
Control whether to search in title or content or excerpt or all
C
Create unlimited search settings to use with custom search
WP Extended Search
Create unlimited search settings to use with custom search forms.
A
Add search forms using a widget, shortcode or PHP function
WP Extended Search
Add search forms using a widget, shortcode or PHP function. Also works with custom searchform.php