How to create a Save and Restore Cart Plugin for WooCommerce

Create a custom WooCommerce ‘Save and Restore Cart’ extension plugin, to allow a user the options to save their current cart, and to restore it at a later time, to make a purchase.
How to Add Filter and Action Hooks when developing Plugins

When developing plugins in WordPress, it is always a good practice to add custom action hooks and filters, to allow easy extension and modification of the functionality.
Add an Advanced Search Functionality to a Real Estate Website

Use an advanced search server such as Sphinx or Solr in a Real Estate website, to provide an intelligent fast and relevant search of property listings.
Using PHP cURL to Send Queries to Solr

When Solr Client is unable to connect to the remotely saved indexes., due to some issue, we need to connect to Solr using standard PHP cURL. This article explains a way to query using cURL.
Make Your WordPress Plugin Localization Ready

Read about providing localization support when developing a WordPress plugin and learn the difference between localization and multi-language support.
Display WooCommerce Product List on Mouse Hover over Category

Get the WooCommerce products linked to each category and display them when a user hovers over a particular category name or image.
Deactivate a WordPress Plugin Depending on Another Plugin’s Activation State

Learn how to deactivate a WordPress plugin programmatically from another dependent plugin using WordPress functions and hooks.
Upload a File using jQuery and Ajax

Uploading files using Ajax made simple. Learn how to perform a file upload operation without providing an additional submit button in a form.
Is Gravity Forms the Best Form Plugin on WordPress?
Gravity Forms is an excellent plugin to create forms in your WordPress site. Learn about the features which make it stand above other custom form plugins.
How to prevent content copying and text selection for your WordPress sites
Quick guide to prevent content copy and text selection from your blog or WordPress websites with WP Content Copy Protection.