I've released a vibe-coded EDD Software Licensing account widget.
It features four tabs:
- Products (downloads and licenses)
- Licenses (upgrades and keys)
- Orders (details, invoices)
- Subscriptions (active, with cancellation reasons)
#WordPress #webdev
dlxplugins.com/announcement...
Posts by MediaRon LLC
Some quick tips for naming your #WordPress plugin.
#webdev
dlxplugins.com/tutorials/ti...
Block.json Version 3: A Guide For Plugin And Theme Developers
#WordPress #webdev
dlxplugins.com/tutorials/bl...
A new tutorial is available for you #Gutenberg #WordPress enthusiasts who want to learn everything about creating Nested blocks. One crucial building piece is useInnerBlocksProps.
dlxplugins.com/tutorials/ho...
If you are a #WordPress block developer, learning InnerBlocks can be a game changer. I go into detail about what InnerBlocks are and how to create a sample block using InnerBlocks from the Create Block shortcut.
dlxplugins.com/tutorials/an...
This quick teaser demonstrates how to use my Photo Block for WordPress.
youtu.be/zthBuJaQPtQ?...
Photo Block is completely free on .org.
wordpress.org/plugins/phot...
I have too many 😭. It’s hard to tell if plugin adoption is increasing or decreasing. Most of mine are in decline. dlxplugins.com/plugins/
One of my WordPress plugin tutorials came in handy today. I forgot how to make plugins have a dependency on another, as is the case if developing a plugin add-on. Super simple now that I read it again.
dlxplugins.com/tutorials/ho...
Hey #WordPress block developers... Have you ever needed a media upload component added to your blocks?
I show you two ways to do this using the block editor: dlxplugins.com/tutorials/ho...
For me, I can get automatic approval for any non-subscription product less than $100 USD.
For any recurring subscription, I have to get approval no matter the cost.
What do you recommend for taming an unruly WordPress admin?
I've become a fan of Todoist for task organization, and I began tinkering with the idea of building an integration for @gravityforms.com and #WordPress.
The feed creation screen isn't nearly done but shows what's possible. I plan on refining this more to accommodate advanced use cases.
Pattern overrides that can be used on third-party blocks.
I’m trying to get early feedback on a free block I released for #WordPress called Photo Block.
It has significantly sped up the amount of time I spent adding article images with the block editor. Perhaps you’ll have a similar experience.
It’s free on .org.
dlxplugins.com/plugins/phot...
In this new tutorial, I go over how to create a fairly complicated block from scratch.
The example block is a Gravatar image block, which demonstrates how to set up the block structure, perform data requests, and how to set up toolbar options.
You'll learn a lot!
dlxplugins.com/tutorials/ho...
Highlight and Share 5.0 has been released and comes packed with new features.
1. Enable image sharing for all post images.
2. Use a comprehensive Click to Share shortcode.
3. Enable text selection in the comment section.
Please read the full announcement:
dlxplugins.com/announcement...
In this comprehensive tutorial, I go over how InnerBlocks work in the context of the block editor.
If you’re a block dev, please share and read.
In this tutorial I go over the new WordPress development mode and other debug constants.
#WordPress