Code & Blog

Category: Code Snippet

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 Append/Concatenation A String In PHP

*In PHP there are two string operators. 1.Concatenation Operator (‘.’) It returns the concatenation of its right and left arguments 2.concatenating assignment operator (‘.=’) It appends the argument on the right side

Read More »
Blog Categories

Most Popular