A
WP Custom Admin Interface Content

Add new menu items to the toolbar

Add new menu items to the toolbar

What it does

Add new menu items to the toolbar It is one of the abilities the WP Custom Admin Interface 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-custom-admin-interface.add-new-menu-items-to-the-toolbar
{
  "ability": "wp-custom-admin-interface.add-new-menu-items-to-the-toolbar",
  "args": { "input": ... }
}

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

Keep exploring

More WP Custom Admin Interface abilities

All WP Custom Admin Interface abilities β†’
C
Create new menu items and drag them to any position
WP Custom Admin Interface
Create new menu items and drag them to any position
A
Add separators to space out top level menus
WP Custom Admin Interface
Add separators to space out top level menus
R
Remove existing items from the toolbar
WP Custom Admin Interface
Remove existing items from the toolbar
A
Add a custom favicon to the backend and frontend of your
WP Custom Admin Interface
Add a custom favicon to the backend and frontend of your website
R
Remove the WordPress version number from the footer
WP Custom Admin Interface
Remove the WordPress version number from the footer