Everything you need to know about WP Pro Admin.
WP Pro Admin is a commercial WordPress plugin that adds an AI-powered admin assistant to your WordPress dashboard. It uses Anthropic Claude to answer questions about your site, inspect data, and make changes — all through natural language chat.
It uses Anthropic's Claude API. The default model is Claude Sonnet 4.6. You can switch to Claude Haiku 4.5 for faster and cheaper responses, or Claude Opus 4.6 for maximum capability, directly in the plugin settings.
Yes. You need an Anthropic API key which you can get from console.anthropic.com. The key is entered in the plugin settings and encrypted with AES-256-CBC before storage.
Yes. The plugin can read WooCommerce data via the query_database and wp_info tools — products, orders, customers, and settings. Write tools can create and update WooCommerce products via the standard WordPress post API.
The plugin works on individual WordPress installations. Multisite network activation is not currently supported.
7 built-in tools:
Yes. Create a PHP class extending BaseTool, implement the name(), description(), inputSchema(), and execute() methods, then register it in the ToolRegistry. The architecture is designed for extensibility.
When you send a message, the plugin saves it and schedules a background job via WordPress cron. The agentic loop runs in the background — calling Claude, executing tools, and saving responses to the database. The frontend polls for new messages every 2 seconds. This prevents HTTP timeouts even for complex multi-tool conversations.
Only SELECT, SHOW, and DESCRIBE statements are allowed. The following are blocked: INSERT, UPDATE, DELETE, DROP, ALTER, TRUNCATE, CREATE, REPLACE, GRANT, and REVOKE. Results are automatically limited to 100 rows per query.
Yes. Sessions are scoped per user, so multiple admins (with the manage_options capability) can each have their own independent chat sessions.
The plugin is designed to be safe. Write operations always show a preview and require your explicit confirmation. Database queries are read-only. Option updates are restricted to a whitelist of 22 non-sensitive settings. No destructive operations are possible without your approval.
Only the chat messages you send and tool execution results are sent to the Anthropic Claude API for processing. Your API key is encrypted at rest with AES-256-CBC. No data is stored on third-party servers beyond the duration of the API request.
No. The plugin only accesses data through WordPress APIs and database queries. It cannot read server files, access the filesystem, or execute shell commands.
Your Anthropic API key is encrypted using AES-256-CBC with a key derived from your WordPress AUTH_KEY and AUTH_SALT constants. The encrypted value and initialization vector are stored in the wp_options table. The key is never exposed in REST API responses.
All plans include the full plugin, all features, and 1 year of updates.
Claude API costs are separate and billed by Anthropic based on your usage. A typical conversation costs $0.01–0.05 depending on complexity. The plugin shows token usage and an estimated cost after every response so you always know what you're spending.
Your license includes 1 year of updates. After expiration, the plugin continues to work indefinitely — you just won't receive new updates until you renew.
There is no free trial at this time. You can review the full feature set on the homepage before purchasing.
Please contact [email protected] for refund requests. We evaluate refunds on a case-by-case basis.
Email [email protected] for support. Priority support is included with Professional and Agency licenses.