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

Deactivate wordpress plugin for a specific user role

I'm trying to deactivate the (TeraWallet) plugin for all user roles only allow the subscriber roles. I'm using this code to deactivate the plugin for the customer role: function desactivate_plugin_wallet() { global $current_user; if (in_array('customer', $current_user->roles)) { deactivate_plugins('/woo-wallet/woo-wallet.php'); } else…

VIEW QUESTION

Uncaught TypeError: call_user_func_array(): Argument #1 ($function) must be a valid callback – SEO

https://i.stack.imgur.com/HdkBR.png Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($function) must be a valid callback, class Wcore_Admin does not have a method "sitemap_exclude_post_type" in /var/www/html/wp-includes/class-wp-hook.php:292 Stack trace: #0 /var/www/html/wp-includes/plugin.php(212): WP_Hook->apply_filters() #1 /var/www/html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php(276): apply_filters() #2 /var/www/html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php(253): WPSEO_Post_Type_Sitemap_Provider->is_valid_post_type() #3 /var/www/html/wp-includes/class-wp-hook.php(294): WPSEO_Post_Type_Sitemap_Provider->save_post() #4 /var/www/html/wp-includes/class-wp-hook.php(316):…

VIEW QUESTION
Back To Top
Search