Lock a WordPress user account to prevent login
A copy-and-paste tutorial that adds a “lock user account” function. Prevent individual users from logging in to your site.
A copy-and-paste tutorial that adds a “lock user account” function. Prevent individual users from logging in to your site.
In this tutorial, we’ll make a custom “low stock” filter for the WooCommerce products admin table. We’ll also override the “In stock” text (in the Stock column) to say “Low stock” where appropriate.
Create a custom plugin to control how hard your WordPress API gets hit by external clients. Useful if an external client is making too many API calls to your site, and you want to force them to slow down a bit. Retake control of your site’s bandwidth and CPU usage.
Learn how to add a custom column to the WooCommerce orders table. This tutorial will add a flag for the order shipping country, and it’s easy to extend with your own custom data.
Create a new column on the WooCommerce admin orders page so you can see the products in each order. We’ll hook a WordPress filter to modify the list of columns available to the admin orders table. Then we’ll hook an action so we can render the contents of the column on a per-order basis.
Add custom menu items to the main WordPress admin menu, with whatever URLs you want. Super-handy for linking to external support URLs and custom reports.
This copy-and-paste tutorial shows you how to extend the WordPress Media Library so you can find images that are missing ALT text. It’s a back-end/admin tutorial, but we’ll need somewhere to put the PHP code, so make sure you’re using a custom child theme.
Learn how to record the date & time when users log in to your WordPress website. Display these login dates in the admin area so you can find inactive accounts. We’ll do this with a small amount of copy-and-paste PHP code, without installing any new plugins.
This tutorial shows you how to build custom CSV exports so you can extract any data you want from posts, pages and WooCommerce orders.
Apply a different WP theme for specific users. Useful if you’re developing or testing a new theme that’s not quite ready for production yet.
Improve your WordPress site’s security by requiring all users to have strong passwords. Learn how, without needing to install a plugin.
Learn how to add a secondary accounts email address for your customers’ orders & invoices in WooCommerce, without using a plugin.
Migrate a WordPress website to a new web server. Make a backup, copy to the new server, restore the backup and update all the links.