skip to Main Content

WordPress – Plugin WP CONTENT CRAWL – cURL error 60: SSL certificate problem: unable to get local issuer certificate

I'm trying to get the profile picture of this website but getting the error as below. I tried going to Plugins and replacing this code, but it didn't work Link: https://vn.joboko.com/viec-lam-ky-su-he-thong-pacs-y-te-tai-ha-noi-xvi2125694 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true); with curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); but still…

VIEW QUESTION

I want to make plugin for Woocommerce

I would like to make wordpress plugin with woocommerce. My idea was making something like crowdfunding (displaying earned money, target money etc.). I made a script that gets the ID of product but when I try to use wc_get_product($id) i…

VIEW QUESTION
Back To Top
Search