install-code-blog-software-codetrycatch

How to Install Code Blocks Software?

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…
get-business-place-id-using-google-place-api

Get Business Place ID using Google Place API

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,…
Hide Payment Methods in Woocommerce Checkout Page

Hide Payment Methods in WooCommerce Checkout Page

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…

Get product information in woocommerce (Product name, type, id, price, sku etc..)

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 by address

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…

Overridable plugin templates from theme

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…

Remove the WordPress admin toolbar from site

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…

Copy text to clipboard using jQuery

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…

Limit text length in php and provide read more link

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…

Create a woocommerce order programmatically

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…