How to disable sending emails from your WordPress Site

How to disable sending emails from your WordPress Site

Do you want to disable all emails (with no exceptions) sent from your WordPress site? Do you absolutely not want your site to send any emails? Here’s the code snippet: Add this snippet to your functions.php and your site will

Add New Custom Product Tabs in WooCommerce

Add New Custom Product Tabs in WooCommerce

Heads up! This article contains PHP code and is intended for developers. If you want to add new custom tabs on the WooCommerce products page without any code, I recommend checking out the Custom Product Tab Manager Plugin. The plugin

“woocommerce_new_order” – hook after the order is processed

“woocommerce_new_order” – hook after the order is processed

Are you looking to do something after the order is processed? Then, the “woocommerce_new_order” hook is what you’re looking for. Usage: WooCommerce Customer Journey plugin uses this hook (woocommerce_new_order) to add the customer’s journey map to its database table “_cjforwoo”,

CSS Table Layout: Making “x” items per row

CSS Table Layout: Making “x” items per row

While there are several ways to make “x” items per row using CSS. Modern methods are using CSS Grid and CSS Flexbox. Table Layout is an older method but it has some advantages over modern methods such as wide browser

Introducing Himalayan Bank WooCommerce Plugin v2

Introducing Himalayan Bank WooCommerce Plugin v2

Himalayan Bank recently updated its payment API to v2. The Himalayan Bank WordPress plugin version 1.x. doesn’t work anymore. Please update the plugin to v2 if you still have version 1.x on your site. If you’re totally new, check out

Pin It on Pinterest