Even the many AI tools out there could say how to set the global $current_screen variable in order to test things like: Because WP_Screen is final and there’s no hooks,… Leer más »
Categoría: WordPress
How to anonymize the WordPress users on your local or staging site
You never want to accidentally send emails to users from your local or staging version of your site, especially if you run an e-commerce site with a bunch of customer data. Use this query to anonymize the email addresses in your database.
Submitting, maintaining and growing a plugin on wp.org
You have a plugin and want more people to check it out, and submit it to the official WordPress plugin directory. But how do you get it ready and submit… Leer más »
How to remove the Easy Digital Downloads renewal discount without affecting existing customers
What if you now want to remove the renewal discount entirely for new plugin customers on your Easy Digital Downloads store, but keep it for existing customers?
Highlights from the LoopConf 2018 Conference
A couple weeks ago I attended LoopConf 2018, a conference specifically for WordPress developers. Funnily enough, a lot of the talks weren’t just for WordPress developers but for web developers in general.
How do you price a plugin?
So you’re thinking of selling a plugin, or you have one already out there, but you’re not sure what you should sell it for. Answer: it depends.
Why Gutenberg Should Remain a Plugin
I’m still pretty set on not having it be included in core with the next release and to keep it as a plugin. It’s far from ready, and the current plan is to push it out by April of 2018.
How to get all custom fields from Advanced Custom Fields
Want to get a listing of all the fields saved in Advanced Custom Fields? Here’s how, and it’s an interesting way of fetching data from another WordPress plugin.
How to sell a plugin with a quick checkout service and Easy Digital Downloads
By default you can set up Stripe, PayPal and other payment gateways to complete a sale using Easy Digital Downloads. But all of them happen on a separate checkout page. Wouldn’t it be nice if you could use something like Paddle or SendOwl to collect payment in a simple popup modal, and have Easy Digital Downloads handle the software licensing?
How to alter or disable the EDD renewal discount if the license key expired
It’s common practice (at least at the moment) in the WordPress world to offer a discount when someone renews their license key for your plugin. But I don’t want to give the same full discount forever, if they let their license expire then decide to renew weeks or months down the road. By creating a time limit on the discount it forces the decision to be made and renew.