Sometimes we want to add additional details to display in our Woocommerce products like brand, style etc. Thanks to the...
Woocommerce plugin is very flexible even to set the default value of the qty field for product. Copy and paste...
By default PZ Frontend Manager plugin reset all the site enqueued styles and scripts and enqueue only the plugin’s scripts...
Adding an additional section to the dashboard page is quite common and will help the system add additional details. Using...
In adding custom user metadata in wordpress is very simple. It can be done by using hooks. This are the...
Retrieving data from multiple checkbox option can sometimes a little tricky. This simple code snippet will help listen your work...
Login page is one of the most important page of the site and sometimes we forget to add design into...
Woocommerce is one of the most used plugins for the e-commerce websites and sometimes we have to change the “Add...
Hiding specific product category on Shop page is simple by filtering woocommerce product query using this “woocommerce_product_query” filter. Copy and...
Adding additional FEE on woocommerce cart is very simple by simply using woocommerce hook “woocommerce_cart_calculate_fees“, but sometimes we just don’t...
This code snippet will explain how to add additional information with your post. We’ll assume that the blog is all...
This code snippet will give you an idea on how to add additional columns in WordPress admin manage screens. Let’s...