A
WP Extended Search Content

Add search forms using a widget, shortcode or PHP function

Add search forms using a widget, shortcode or PHP function. Also works with custom searchform.php

What it does

Add search forms using a widget, shortcode or PHP function. Also works with custom searchform.php 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.add-search-forms-using-a-widget-shortcod
{
  "ability": "wp-extended-search.add-search-forms-using-a-widget-shortcod",
  "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
S
Search in the post author name
WP Extended Search
Search in the post author name
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.