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 to the argument on the left side #CODE EXAMPLE

Hide Some Product Categories With Custom Query Using ACF

In order to hide some category from a Woocommerce query, we can use ACF to do that. *Let’s get started. Simple query to display product categories with thumbnails. This a simple query to display product categories. #CODE EXAMPLE *Now we have to create a ‘TRUE/FALSE’ custom field in ACF for product category: *It will show […]