How to load address via JSON

Image Preview of search via JSON Reference Code jQuery(document).ready(function ($) { // Define constants for…

Install YOURLS and WordPress in same root directory

Here’s how to install YOURLS and WordPress both are in the same directory. Install WordPress…

John Paul MandaweMar 20, 2023

How To Add Product to Woocommerce Cart from Custom Form in AJAX

Let us assume that you already have a Product Variation in WooCommerce and a Custom…

Hazel Lyn GarillosFeb 23, 2023

Disable search media URL and Attachments

Copy and paste the following code to the functions.php of your current theme. <?php //disable…

Hazel Lyn GarillosFeb 23, 2023

How to Disable Search on WordPress

This is to disable search function in your website and redirect to homepage and 404…

How to create custom Invoice using Woocommerce Order Received Page

“woocommerce_before_thankyou” is a hook used to add content or process before the order details in…