Home · Business · IT, Data & Security · Software development
As of 13 August 2026, AI can only partly create a WordPress plugin for your business.
This still needs a person who signs their name to it.
Can you do it?
15 minutesto a draft.
2 hoursto something you’d act on.
Cost, all in£0
Skill neededdeveloper
Who has to check ita professional
What the alternative costs10Web builds and hosts a working WordPress site from a description, but it does not directly create a custom plugin.
If this goes wrong, the plugin can expose data, break parts of your site or create a security problem that takes technical work to diagnose and reverse.
What to actually do
Hand it to a person
The route this page recommends
Someone with a licence or accountable authority has to sign this before it counts.
Use a tool built for this
Second choiceDo it yourself
The distant thirdA chat interface, developer skill, and roughly 2 hours until you can act on the result.
How to actually do it
- Open a staging copy of your WordPress site and record its WordPress version, PHP version, active plugins, user roles and the business action the plugin must perform.
- Write the required behaviour, stored data, users who may access it, external services, admin settings and failure behaviour in a plain requirements document.
- Paste that document into the prompt, answer the model's clarification questions, and require it to produce the file tree and complete files without inventing credentials or API details.
- Create the plugin folder and files in a local development environment, paste in the generated code, and ask the model to resolve syntax errors or missing dependencies shown by your development tools.
- Install the plugin only on staging, then run the generated tests for authorised and unauthorised users, invalid input, failed requests, duplicate actions, upgrades and uninstall.
- Compare every API call, WordPress hook, permission, database query and data-handling decision against the current WordPress and service documentation, and have a WordPress developer inspect the code for security issues.
- Back up the live site, deploy the reviewed plugin during a controlled change window, and check logs and the affected business process before enabling it for all users.
Prompt
Create a production-ready WordPress plugin for the following business requirement: Business requirement: [DESCRIBE WHAT THE PLUGIN MUST DO] WordPress version: [VERSION OR UNKNOWN] PHP version: [VERSION OR UNKNOWN] Other plugins or services it must work with: [LIST OR NONE] User roles allowed to use it: [ROLES] Data it reads, stores or sends: [DATA] External APIs and authentication method: [DETAILS OR NONE] Admin settings required: [DETAILS] Frontend behaviour required: [DETAILS] First, identify missing or ambiguous requirements and ask only the questions that could change the implementation. Do not invent API endpoints, credentials, business rules, permissions or compliance claims. Then provide: 1. A short implementation plan and file tree. 2. Complete plugin code in separate clearly labelled files, using a unique prefixed function and class namespace to avoid collisions. 3. Secure WordPress practices, including capability checks, nonces, sanitisation, validation, escaping, prepared database queries and safe handling of secrets where relevant. 4. Activation, deactivation and uninstall behaviour, including what happens to stored data. 5. Installation instructions for a staging site, without asking me to paste secrets into the chat. 6. A test plan covering normal use, invalid input, unauthorised users, failed API calls, duplicate actions, upgrades and uninstall. 7. A list of claims that require checking against the current WordPress and third-party documentation. Do not say the plugin is tested, secure or production-ready unless the evidence supplied here proves it. If a requirement needs a paid service, server access or a human security review, state that plainly. Finish by giving the complete code and a concise list of what I must verify before deployment.
Open it prefilled in ChatGPT or Claude, or copy it into Gemini, which takes no prefill link.
What it gets wrong
- AI cannot know your real business rules when the requirement is vague, so it fills gaps with assumptions that can produce the wrong workflow.
- AI cannot prove compatibility with your exact WordPress version, theme, plugins, hosting configuration or third-party API without a matching test environment.
- AI cannot provide a cheap substitute for a security review of permissions, stored data, input handling and external requests.
- AI cannot take responsibility for downtime, data loss, privacy failures or vulnerabilities after you deploy the plugin.
- AI cannot reliably debug production-only failures without access to your logs, server configuration and a safe reproduction of the problem.
What caps this at PARTLY: verification cost, stakes of error and judgement under ambiguity.
How we scored this
Five axes, each scored nought to two by hand: ten means AI carries the task cleanly, and the thresholds that turn a total into YES, PARTLY or NO are published in the methodology. Each axis name links to its definition.
| Axis | Score (0–2) |
|---|---|
| Output | 2 |
| Inputs | 1 |
| Verification | 1 |
| Liability | 1 |
| Effort delta | 2 |
| Total | 7 / 10 |
The methodology and its thresholds are published in full.
FAQ
- Can ChatGPT build a WordPress plugin?
- Yes, it can generate the files and code for a plugin, including settings pages, hooks, forms and API integrations. It cannot prove that the result is secure or compatible with your site, so use staging and have a WordPress developer check it before deployment.
- Can AI create a WordPress plugin without coding?
- AI can produce an initial plugin from a detailed description, but you still need to install it, provide accurate technical requirements and test the result. Without coding knowledge, you are unlikely to spot unsafe permissions, broken data handling or compatibility problems on your own.
- Is it safe to use AI to make a WordPress plugin?
- It can be used for a reviewed draft, not as proof that a plugin is safe. Keep credentials out of the chat, test on staging, check the code against current WordPress guidance and get a WordPress developer to review anything that handles accounts, payments or personal data.
- How long does it take AI to build a WordPress plugin?
- A first code draft can take about fifteen minutes for a clearly defined feature. A verified plugin can take much longer because testing, compatibility checks, security review and controlled deployment remain necessary.
Nearby answers
Assessed by gpt-5.6-luna (gpt-5.6-luna) on 2026-08-13, second-checked by an independent model. Wrong somewhere? Email [email protected] and it gets re-checked.
The newsletter
AI news, new answers and product picks, straight to your inbox.