Force auto update for a plugin using php

In this post we will see how we can force auto update for a plugin using php. Auto updates in wordpress is a wonderful feature. This feature frees us from constantly checking for updates. It updates our themes and plugins automatically thus reduces the mundane tasks in life. Enabling auto updates is as simple as […]

WordPress file upload with AJAX

In this tutorial we will see how we can achieve wordpress file upload with ajax. The use case is that we want to have a form in frontend that will be accessed by visitors. These visitors will not be authenticated. The form will send all the form data along with the files that are uploaded, […]

Rename woocommerce Products label

In this post, we will explore how we can rename the default “Products” label in the woocommerce installation. While doing so, we will have to take care of the fact that our changes are retained after the woocommerce or wordpress is updated and our modification does not cause any problems. Basically the products in woocommerce […]