Availability
Available for hire · Freelance
Open to sponsorship
Open to volunteering
Specialties
Developer
- First WP Version Used
- 3.x
- Birthday
- October 26
- Joined WP.org
- September 2019
- Joined WPFolks
- May 2026
WPFolks
Trailblazer
Feature Champion
WP @ 23
Anchor
First Plugin
Active Snippet Contributor
First Theme
WordPress.org
Plugin Developer
Theme Developer
Meta Contributor
Pattern Author
Photo Contributor
Translation Contributor
Translation Editor
About
Full-Stack Engineer focused on building clean, practical, and production-ready tools for WordPress. I enjoy creating block themes, Gutenberg blocks, plugins, and developer-focused utilities that solve real problems for site builders, agencies, and the open-source community.
Photos on WordPress.org
@jainilnagarSnippets
Lazy Load Images in Widget Areas Without a Plugin
0 upvotes · 34 viewsThis applies the loading="lazy" attribute to all images inside widget areas using a safe regex with no DOM parsing overhead.
Register a Must-Use Plugin Programmatically
0 upvotes · 31 viewsPermanently Delete Trashed Posts Older Than N Days
0 upvotes · 46 viewsWordPress core empties the trash after 30 days but only via EMPTY_TRASH_DAYS constant — which is all-or-nothing and not per-post-type.…
Rate-Limit Your Custom REST API Endpoints
4 upvotes · 43 viewsThe existing REST API snippets on the site only cover disabling or locking down the API entirely. This covers a…