Block Editor
Mehul Gohil He/Him
Enterprise WordPress Developer and Consultant
- Company
- Freelance
- Preferred Hosting
- WordPress.com and Pressable
- First WP Version Used
- 3.x
- Birthday
- June 18
- Joined WP.org
- February 2013
- Joined WPFolks
- April 2026
Currently shipping
Updated 3 months agoOneCaptcha
Frictionless WordPress CAPTCHA plugin with adaptive verification, multi-provider failover, and 25+ plugin integrations. No friction for real users.
About
I'm an Enterprise WordPress Developer and Consultant with more than 13 years of experience building, scaling, and maintaining WordPress solutions for businesses, agencies, nonprofits, and enterprise organizations.
My expertise spans custom plugin development, enterprise WooCommerce, performance engineering, API integrations, WordPress architecture, and technical leadership. I enjoy solving complex engineering challenges, whether that's improving performance on high-traffic websites, designing scalable plugin architectures, modernizing legacy codebases, or building custom solutions that need to remain reliable for years to come.
Throughout my career, I've contributed to products and platforms used by hundreds of thousands of WordPress websites, worked on WordPress VIP projects, led engineering teams, mentored developers, reviewed code, and collaborated closely with product owners, founders, and stakeholders to deliver business-critical solutions.
I'm an Advanced Professional WordPress Developer certified by Automattic's WordPress VIP program, and I've also been vetted by Toptal and certified by Codeable. These experiences have given me the opportunity to work across startups, agencies, and enterprise organizations while maintaining a strong focus on engineering quality, scalability, security, accessibility, and long-term maintainability.
Beyond consulting, I enjoy building products for the WordPress ecosystem. I'm the creator of projects such as OneCaptcha, ThemeRouter, Perform, and other developer-focused tools that solve real-world challenges around security, performance, and WordPress development workflows. Building products has given me valuable insight into product strategy, developer experience, customer support, and maintaining software over the long term.
I'm also passionate about giving back to the WordPress community through open source contributions, mentoring, technical discussions, knowledge sharing, and helping fellow developers solve challenging engineering problems. Whether it's reviewing architecture, debugging a difficult issue, or discussing new ideas, I enjoy collaborating with others who care about building better WordPress software.
From their blog
mehulgohil.comCertifications
2 credentialsPhotos on WordPress.org
@mehul0810Activity
Hey folks,
I've been working on several major updates for ThemeRouter and wanted to share them with the WP Folks community.
First, the @themerouter website has been completely redesigned. The new site explains the gradual migration workflow more clearly: move only the pages, post types, taxonomies, or WooCommerce areas that are ready to a new theme while everything else continues using the current theme.
Second, ThemeRouter 1.2.0 is now available. The release improves the workflow around configuring routes, reviewing routing activity, synchronizing classic menus with Navigation blocks, troubleshooting, and moving tested settings from staging to production.
I’ve also introduced new purchasing options:
- Yearly plans now include a 14-day free trial. The free trial applies to yearly plans only.
- Lifetime plans are now available for teams that prefer a one-time purchase.
If you’re interested in learning more about ThemeRouter or would like a 1:1 demo with me, feel free to choose a convenient time here: https://cal.com/mehul-gohil/themerouter-demo
During the demo, we can discuss your WordPress redesign or migration requirements and walk through the ThemeRouter workflows most relevant to your project.
Thanks!
#plugin #feedback #wpfolksCame across something interesting today: ForkPress (github.com/Automattic/forkpress)
It is basically a single binary that runs local WordPress branches, no Docker, no MySQL, no system PHP. Just download and run.
The core idea is copy-on-write branching for WordPress. You get isolated WordPress environments per branch, each with their own SQLite database, served over localhost subdomains like marketing.wp.localhost. You can create, reset, and delete branches the same way you would Git branches.
It even exposes a Git smart-HTTP interface so you can literally git clone your local WordPress site, edit files, commit, and push changes back into the running environment.
The agent workflow is what caught my eye. One command spins up 10 isolated WordPress environments for parallel agent work. Given where AI-assisted development is heading, this feels like it was built with that use case specifically in mind.
Have not tried it in an actual development workflow yet but planning to. Curious to know what possibilities it will unfold in our day-to-day WordPress development.
WordPress has official Agent Skills for AI Coding Agent
I came across this a few weeks ago and have been using it daily since. Worth sharing with the community.
The WordPress team have published a repo called agent-skills on GitHub: https://github.com/WordPress/agent-skills
The idea is simple. AI agents are terrible at WordPress by default. They generate pre-Gutenberg patterns, skip block deprecations, ignore security basics in plugins, and miss the tooling already sitting in your repo. Agent Skills can fix that by giving your AI agent a curated set of instructions, checklists, and scripts pulled directly from official Gutenberg and WordPress documentation.
What is included right now:
- Block development (block.json, attributes, deprecations)
- Block themes (theme.json, templates, patterns)
- Plugin architecture, hooks, security
- REST API routes, schema, auth
- Interactivity API
- PHPStan for WordPress
- WP-CLI and ops
- Performance and caching
- WordPress Design System
- Plugin Directory guidelines
- WordPress Playground and Blueprints
You install it globally or drop it into your repo and it works across preferred AI agent.
On top of these official skills, I also built a custom skill that layers in my own development workflow. Things like how I structure projects, the standards I follow, and the patterns I consistently use. The result is that my AI agent now codes the way I would. It has noticeably cut down the back and forth during development.
The repo is at 1.5k stars and accepting contributions. Skills are written in Markdown so you do not need to be deep into Node to contribute.
If you are doing serious WordPress development with AI tools in 2026 and not using this yet, it is worth an hour of your time to set up.
Link: https://github.com/WordPress/agent-skills
Curious if anyone else here has tried it or built custom skills on top.
Hey community folks,
I've been building @aculect-ai-companion , a WordPress plugin that connects your site with AI assistants like ChatGPT and Claude through a proper approval flow, without requiring manual Application Password setup.
Why I built this
After testing several AI/MCP connector approaches for WordPress, I kept running into the same problems:
- ChatGPT's WordPress connection story is still rough despite its massive user base
- Plugins that claim ChatGPT support often use outdated or unreliable connection flows
- Most tutorials still point to Application Passwords and direct REST API access that works fine for developers who understand the tradeoffs, but it is a poor default for site owners who set it once, forget it, and leave long-lived access active
How the connection works?
- Copy one connection URL from your WordPress dashboard
- Paste it into your AI tool (Need to enable developer mode in ChatGPT or Claude)
- Approve access inside WordPress
- Control exactly what the assistant can do
- Disconnect anytime
No manual credential setup. No digging into REST API settings.
Who this is for?
Site owners and content-focused people who want AI help turning ideas into WordPress content, especially those who want to restart blogging but get blocked by time, blank-page friction, or not knowing how to shape a rough idea into a publishable post.
What is working today
- ChatGPT and Claude connection via approval flow
- Admin controls for available abilities
- Active connection management
- Posts, pages, categories, tags, media, comments, and safe site info
- Opt-in diagnostic logs for troubleshooting
What is coming next
- Improved SEO and content metadata support
- Featured image creation and assignment
This is still in testing phase. Try out today on GitHub: https://github.com/mehul0810/aculect-ai-companion
Question for the community: If you were connecting an AI assistant to a client's site, what would make you trust the connection flow?
#wpfolks #ai #plugin #wordpress #mcp #contentworkflow #buildinpublic
Hey WPFolks community,
Excited to share that @onecaptcha 1.2.0 is now live. This release has been in the works for a while and it's a big one.
What's new:
- 17 new integrations: GiveWP, Gravity Forms, Formidable Forms, WS Form, MemberPress, Paid Memberships Pro, MemberMouse, Sensei LMS, LifterLMS, The Events Calendar, EventKoi, Met Form, Gutena Forms, SureCart, FluentCart, FluentCommunity, and MailPoet. OneCaptcha now covers 30+ WordPress plugins out of the box.
- Insights Dashboard: aggregated analytics across providers, surfaces, and verification outcomes. Finally some visibility into what the plugin is doing in the background.
- Hardened Verification: the frictionless handshake has been rebuilt with REST-compatible token issuance, render-token validation, and server-side timing checks. Provider secrets are now write-only across all admin surfaces.
- WooCommerce reliability fixes: consistent behavior across checkout, login, registration, lost password, order tracking, and block-based checkout.
- Better failure messages: server-side errors now surface the actual reason instead of a generic "invalid captcha" response.
- 14-day free trial on all plans. No credit card required.
Would love feedback from anyone who tries it especially if you're running GiveWP, Gravity Forms, MemberPress or any other supported integrations. Those are the biggest new additions and real-world testing is always valuable.
Read more about release: onecaptchawp.com/blog/onecaptcha-1-2-0-release/
From onecaptchawp.com