Code & Blog

Modify Woocommerce Mini Cart

#header.php Now modify mini-cart.php from woocommerce>cart>mini-cart.php #mini-cart.php (woocommerce file) #add this code in function.php

Read More »

How To Fix: CSS Updating Issue On Browser

###WordPress Add a random version number at the end of the CSS file you are attaching. If you are using ‘wp_enqueue_style’ or ‘wp_register_style’ functions, you can pass a random (version) number rand(111,9999)

Read More »

Recursion & Recursive Function In PHP

Recursion occurs when a function calls itself. There’s nearly always an end condition of some sort — known as the base case — otherwise, the function would continue to call itself indefinitely

Read More »
Blog Categories

Most Popular