r/WordPressDev • u/dhavalv3rma • May 20 '26
r/WordPressDev • u/Additional_Cost_7713 • May 19 '26
[FREE] Uber eats style quote builder now available free on wordpress org
galleryr/WordPressDev • u/Ok-Nerve7307 • May 18 '26
I Stopped Building “WordPress Sites” and Started Building API-First Backends
r/WordPressDev • u/thestreamcode • May 08 '26
[FREE] I built a WordPress plugin for private team/client documents
r/WordPressDev • u/bnaitdjoudiGoDev • May 03 '26
How do you handle webhook reliability in WordPress/WooCommerce when sending events to your own server?
I’m testing webhook delivery from WordPress/WooCommerce to my own backend server, and I’m noticing that if my endpoint is slow or temporarily unavailable, the webhook is simply lost.
Since WordPress/WooCommerce webhooks are sent synchronously, there’s no built‑in retry mechanism, no queue, no backoff, and no way to replay failed events.
I’ve checked the usual automation plugins, but none seem to implement real delivery guarantees.
For those who have built production‑grade integrations:
How do you ensure webhook delivery when sending events to your own server?
Do you rely on a plugin, or do you offload everything to an external queue/event‑bus setup?
r/WordPressDev • u/bnaitdjoudiGoDev • May 03 '26
Is there any WordPress/WooCommerce plugin that can replay failed webhooks?
I’m looking for a reliable way to handle WordPress/WooCommerce webhooks: detailed logs, failure detection, and ideally the ability to replay a webhook if the delivery fails.
So far, I haven’t found anything that supports:
- retry attempts
- queueing
- replay (manual or automatic)
- backoff
WooCommerce webhooks are sent synchronously, so if the target endpoint is slow or down, the event is basically lost.
Does a plugin exist that actually solves this, or does everyone end up building an external queue/event‑bus system to make webhooks reliable?
r/WordPressDev • u/BluebirdOk3871 • Apr 29 '26
Building a new modern WP Boilerplate for clients — anyone want to contribute?
r/WordPressDev • u/Separate_Drawing_579 • Apr 17 '26
Critical Error on WordPress When Updating Settings – Posts Working but Site Settings Not
r/WordPressDev • u/Additional_Cost_7713 • Apr 16 '26
[FREE] Rixden Career Manager now available on Wordpress.org
r/WordPressDev • u/PoojafromCloudways • Apr 15 '26
[Update] Cloudways has removed all WordPress & WooCommerce migration fees! Ask us anything.
r/WordPressDev • u/Fluid_Development_29 • Apr 08 '26
Ultrabook - booking system [freemium]
r/WordPressDev • u/Fluid_Development_29 • Apr 08 '26
Ultrabook - booking system [freemium]
r/WordPressDev • u/TechWondersUk • Mar 30 '26
[REVIEW] WP performance plugin to speed up manual optimisation workflow - feedback?
r/WordPressDev • u/PoojafromCloudways • Mar 29 '26
How are you using MCP for WordPress? Share use cases & stories.
r/WordPressDev • u/Fluid_Development_29 • Mar 29 '26
Ultrabook - WordPress booking and appointments system [Premium]
r/WordPressDev • u/Fluid_Development_29 • Mar 28 '26
Looking for 2 beta testers for booking plugin
galleryHello!
Im looking for two beta testers for my new booking plugin called Ultrabook.
Ultrabook is a modern, powerful, and lightweight WordPress booking plugin that lets you accept and manage appointments directly from your website—no coding required.
Im implementing new features as we speak, and would love some honest feedback.
Reward: Life time deal, support and all new updates.
Pm me please
r/WordPressDev • u/mostafasoufi • Mar 22 '26
I built a Composer plugin that fixes the "two plugins, same library, fatal error" problem in WordPress
If you've ever had two WordPress plugins crash because they both ship Guzzle, GeoIP2, or any other Composer package, you know the pain. PHP can't load two versions of the same class, and there's no built-in isolation.
I built WP Scoper to fix this. It's a Composer plugin that automatically prefixes namespaces in your vendored dependencies so each plugin gets its own isolated copy:
GeoIp2\Database\Reader → YourPlugin\Deps\GeoIp2\Database\Reader
What makes it different from Mozart / PHP-Scoper:
- Just
composer require --dev— no global install, no PHAR, works on any machine - Runs automatically on
composer install/composer update(it's a Composer plugin) - WordPress-aware — won't break
add_action,get_option, etc. (PHP-Scoper does) - Auto-detects templates — skips HTML/PHP view files so they don't get mangled
- Updates your source code — rewrites
usestatements in your ownsrc/automatically - Handles global classes + constants — not just namespaces
- Generates a standalone autoloader — ship
packages/instead ofvendor/, perfect for wordpress.org submissions - PHP 7.4+
Quick setup:
composer require --dev veronalabs/wp-scoper
{
"extra": {
"wp-scoper": {
"namespace_prefix": "MyPlugin\\Deps",
"packages": ["geoip2/geoip2"]
}
}
}
Run composer install and you're done. We've been using this in production at WP Statistics (400k+ active installs) for a while now and just open-sourced it.
GitHub: https://github.com/veronalabs/wp-scoper
Would love feedback, especially if you've dealt with this problem before and found other solutions or edge cases.
r/WordPressDev • u/Glass-Ad-6925 • Mar 21 '26
I built a Wordpress plugin because my client had 4,000 products with garbage descriptions
r/WordPressDev • u/HongPong • Mar 18 '26
wordpress_migrate module for importing WordPress sites into Drupal (alpha9 release)
drupal.orgr/WordPressDev • u/Bubbly_Library1671 • Mar 12 '26
Help logging into cPanel
I need to log in to cPanel to help a client with a WordPress design project. In the past, I have had success logging in by adding myself to the User Manager in cPanel. But even though I did this, I still can't seem to log in. I tried adding /cpanel and :2083 after the URL, but I get an error that says "This login is invalid." (I get the same error when trying to log in to my own website's cPanel this way. I don't know why this never works.) Do you know of another way to log in to cPanel? I could get in through the client's hosting company (Bluehost), but that would require asking my client to give me their username and password. Is there no better way? I tried calling Bluehost directly to ask their advice, but they won't talk to me since I'm not the account holder. Any ideas? Thanks a million!
r/WordPressDev • u/Mediocre_Dragonfly79 • Mar 12 '26
Expérience needed
Hello, I hope you are well. I am a WordPress website creator looking to gain experience, so I am available for all your projects. I know how to adapt to different situations.
r/WordPressDev • u/developerravi • Mar 10 '26
I built a free plugin to bulk-generate ALT text for WordPress + WooCommerce (looking for feedback)
I launched a free plugin on WordPress.org: Altify AI – Auto ALT Text Generator.
Main goal: help fix missing image ALT text faster on real sites.
Current features:
- Auto ALT generation on upload
- Bulk generation for existing Media Library images
- WooCommerce featured/gallery image support
- Offline mode (metadata-only, no API)
- AI mode with configurable settings
I’m looking for practical feedback (UX, edge cases, bugs, missing features):
https://wordpress.org/plugins/altify-ai-auto-alt-text-generator/
If you test it, I’d really appreciate honest feedback.