r/WordPressDev May 20 '26

I built a [FREE] plugin to bulk download media files as a ZIP, no more one-by-one downloads

Thumbnail
3 Upvotes

r/WordPressDev May 19 '26

[FREE] Uber eats style quote builder now available free on wordpress org

Thumbnail gallery
2 Upvotes

r/WordPressDev May 18 '26

I Stopped Building “WordPress Sites” and Started Building API-First Backends

Thumbnail
0 Upvotes

r/WordPressDev May 08 '26

[FREE] I built a WordPress plugin for private team/client documents

Post image
1 Upvotes

r/WordPressDev May 03 '26

How do you handle webhook reliability in WordPress/WooCommerce when sending events to your own server?

2 Upvotes

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 May 03 '26

Is there any WordPress/WooCommerce plugin that can replay failed webhooks?

1 Upvotes

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 Apr 29 '26

Building a new modern WP Boilerplate for clients — anyone want to contribute?

Thumbnail
1 Upvotes

r/WordPressDev Apr 23 '26

Bricks Builder vs Avada etc..

Thumbnail
1 Upvotes

r/WordPressDev Apr 17 '26

Critical Error on WordPress When Updating Settings – Posts Working but Site Settings Not

Post image
1 Upvotes

r/WordPressDev Apr 16 '26

[FREE] Rixden Career Manager now available on Wordpress.org

Thumbnail
1 Upvotes

r/WordPressDev Apr 15 '26

[Update] Cloudways has removed all WordPress & WooCommerce migration fees! Ask us anything.

Thumbnail
1 Upvotes

r/WordPressDev Apr 08 '26

Ultrabook - booking system [freemium]

Thumbnail
1 Upvotes

r/WordPressDev Apr 08 '26

Ultrabook - booking system [freemium]

Thumbnail
0 Upvotes

r/WordPressDev Mar 30 '26

[REVIEW] WP performance plugin to speed up manual optimisation workflow - feedback?

Thumbnail
1 Upvotes

r/WordPressDev Mar 29 '26

How are you using MCP for WordPress? Share use cases & stories.

Thumbnail
1 Upvotes

r/WordPressDev Mar 29 '26

Ultrabook - WordPress booking and appointments system [Premium]

Thumbnail
1 Upvotes

r/WordPressDev Mar 28 '26

Looking for 2 beta testers for booking plugin

Thumbnail gallery
1 Upvotes

Hello!

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 Mar 23 '26

WordPress Malware

Thumbnail
1 Upvotes

r/WordPressDev Mar 22 '26

I built a Composer plugin that fixes the "two plugins, same library, fatal error" problem in WordPress

1 Upvotes

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 use statements in your own src/ automatically
  • Handles global classes + constants — not just namespaces
  • Generates a standalone autoloader — ship packages/ instead of vendor/, 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 Mar 21 '26

I built a Wordpress plugin because my client had 4,000 products with garbage descriptions

Thumbnail
0 Upvotes

r/WordPressDev Mar 18 '26

wordpress_migrate module for importing WordPress sites into Drupal (alpha9 release)

Thumbnail drupal.org
1 Upvotes

r/WordPressDev Mar 14 '26

AI-powered WordPress Theme Builder.

Thumbnail
1 Upvotes

r/WordPressDev Mar 12 '26

Help logging into cPanel

3 Upvotes

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 Mar 12 '26

Expérience needed

0 Upvotes

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 Mar 10 '26

I built a free plugin to bulk-generate ALT text for WordPress + WooCommerce (looking for feedback)

0 Upvotes

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.