Find Out WordPress Database Name

How to Find Out WordPress Database Name

Do you want to find out the database name for your WordPress website? You rarely need to know database name but when you do for whatever reason such as some backup/site migration plugins ask you to provide this information. Here…

Add Content in Product Description tab

Add Content in Product Description Tab Pragmatically

In this tutorial, I’ll show you how to add content in product description tab in globally or conditionally in WooCommerce. There is no default WooCommerce hook for the description tab to play with, but you can use the_content filter hook, abracadabra! ?‍♀️…

reset and delete woocommerce data

How to Reset Woocommerce data after uninstall

So, You want to reset and delete WooCommerce data? You probably tried to do it by manually deleteing products, orders and everything else page by page. The only problem is deleteing everything manually is a bloody time-consuming process and you…

add css in wordpress admin dashboard

Add CSS in Wordpress Admin Dashboard

You rarely need to add CSS in WordPress Admin dashboard, Add if you do there is no easy way to do it like frontend. It turns out it’s not that hard, All you have to do is add your CSS…

make order notes field required

How to make order notes field required?

Do you want to make order notes field required and show an error if order notes box is empty in WooCommerce? You can either use plugin or a simple code snippet to make it work. Let’s have a look on…

make wordpress website secure

Tips To Keep Your WordPress Website Secure

Each month, Google blacklists around 80,000 websites for malware and around 2,00,000 for phishing. If you want to make your website secure, then you need to pay attention to the WordPress security best practices to make it hack free. In…

show only free shipping if available

WooCommerce: Show only Free shipping if Available

By default, every shipping method in a zone is shown to the customer at the checkout page. let’s see how to show only free shipping if available and hide other shipping options. In case you only want to show free…

PAGINATE WORDPRESS POSTS

How to Paginate posts In Gutenberg editor

Do you want to split posts into multiple pages in Gutenberg editor, in other words, paginate WordPress posts? Gutenberg Editor Classic Editor Troubleshoot You may have viral content or long articles that are difficult to show on one page. you can…

delete trash automatically wordpress

How to Automatically Delete Trash from WordPress

Do you want to Automatically Delete Trash from WordPress? In WordPress, When You delete a post or comment, it goes into the trash. By default, trashed posts and comments remain in your database for 30 days giving you enough time to…