In this article, I will show you some steps to download and install Code Block software. Before, going further I like to share some information about this software. This is…
The Google Places API is a powerful tool that allows businesses to retrieve essential location details, such as the Place ID, which plays a crucial role in mapping services, SEO,…
WooCommerce is a powerful platform for building online stores, offering a wide range of payment methods to suit different customer preferences. However, there may be cases where you need to…
In day to day development tasks we need specific product information to do some operations on it or else we have to show this information somewhere. But every time it…
Google map provides so many features for developers to show google map in website. Today in this post, I am explaining one of the method to show google map by…
Most of the websites owners want to extend some plugins functionality as per their requirement. But as per development perspective developer can’t modify changes directly into plugin, because if plugin…
Sometime client having requirement to disable admin toolbar because its disturbing site layout or maybe we want to remove this toolbar for specific custom wp roles as per client said. So there…
In most common way, we are using (ctrl + C) keys together on keyboard to copy text to clipboard. But what if we want to implement this feature on button…
When we have a large paragraph or content and we just have to show few words then what we can do? we need to write some custom code to set…
Some cases we required to create dynamic woocommerce order by programatically. So here we are covering this part below. Woocommerce provided wc_create_order() function to create order by code. This function has array…