Show Category IDs
By default when you view the list of post categories or WooCommerce product categories, WordPress doesn’t show the IDs. But sometimes, you may need those IDs, say when you want … Continue readingShow Category IDs
This is where I write code
By default when you view the list of post categories or WooCommerce product categories, WordPress doesn’t show the IDs. But sometimes, you may need those IDs, say when you want … Continue readingShow Category IDs
WordPress has many complex plugins to handle redirection, such as Redirection by John Godley. However, in this tutorial, we will build a simple plugin that will redirect all or specific … Continue readingRedirect All or Specific Pages to Homepage
Coding defensively is very important because your users are free to enter whatever data they want, and some of them will do so with malicious intent. As a programmer, you … Continue readingWordPress Data Validation, Sanitization and Escaping
Options table (prefix_options) is WordPress’s way of providing a key-value store for plugin authors. It’s a good place to save any key value data such as settings used by your … Continue readingBuilding a Simple WordPress Options Page
In this tutorial, I will show you how to show a nice popup when user cart contains products from specific categories. Let’s start by defining two constants that will hold … Continue readingShow a Popup on WooCommerce Cart Page When Products from Specific Categories are Added
In this tutorial, I will show you how to hide price data from WooCommerce emails. Let’s just take a quick look at how the email will look like before and … Continue readingHide Price Data From WooCommerce Email
If you have free shipping for all your products in your store and you have already shown that to your customers, you may want to remove the Free Shipping row … Continue readingRemove Shipping Row From WooCommerce Emails
Today, while I was applying for a job post at WP Media, I wanted to try their plugins first, to learn more about the company. I do my due research … Continue readingReview of the Imagify and My Suggestions