How to call API from React without CORS issue
CORS is called as Cross origin resource sharing. When we are call web API endpoints from React JS project there is a chance that you will be getting CORS issue.…
CORS is called as Cross origin resource sharing. When we are call web API endpoints from React JS project there is a chance that you will be getting CORS issue.…
You need to install and activate the Post Types Order plugin. After activation, you need to visit Settings » Post Types Order page to change plugin’s settings. Here, you need…
Download xampp version 7.1.32 from this url click here After download extract it and you will see php and apache folder in it. Rename php and apache folder present in C:\xampp…
function linkedListMultiplier($head, $init){ $loop = true; $respone = []; while($loop){ $init = $head->data * $init; $respone[] = $init; if($head->next == ''){ $loop = false; }else{ $head = $head->next; } } return $respone; }
In this article we will go through how to setup your MaxCDN Integration using the popular WordPress Plug-in, W3 Total Cache. We will setup MaxCDN with W3 Total Cache Plugin…
What is Elementor Page Builder? Elementor plugin is one of the most popular and best drag and drop WordPress page builder these days. We can use Elementor to build websites…
jQuery .live() has been removed in version 1.9 onwards. That means if you are upgrading your jQuery version and something like WordPress, you will notice things breaking if you do…
1. Install OceanWP Child Theme if you don’t have intsall. If you don’t have a child theme yet you’ll want to set up. Please click on this link for how…
Looking for sample OceanWP child theme for download and install on your WordPress site for free? What is OceanWP child theme & why its needed? If you are planning to…