Skip to content

Commit 531b529

Browse files
committed
removed 20 seconds of timeout
1 parent bf4d1e6 commit 531b529

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

includes/class-opio-handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function get_business() {
4040
echo esc_html("Invalid entity type");
4141
return;
4242
}
43-
$business_string = wp_remote_get($biz_url, ['timeout' => 20]);
43+
$business_string = wp_remote_get($biz_url);
4444
if (is_wp_error($business_string)) {
4545
$error_message = $business_string->get_error_message();
4646
echo esc_html("Something went wrong: $error_message");

opio.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Widget for OPIO Reviews
44
Plugin URI:
55
Description: Instantly add OPIO Reviews on your website to increase user confidence and SEO.
6-
Version: 1.0.81
6+
Version: 1.0.82
77
Author: Dhiraj Timalsina <dhiraj@n49.com>
88
Text Domain: widget-for-opio-reviews
99
Domain Path: /languages
@@ -22,7 +22,7 @@
2222

2323
require(ABSPATH . 'wp-includes/version.php');
2424

25-
define('OPIO_PLUGIN_VERSION' , '1.0.81');
25+
define('OPIO_PLUGIN_VERSION' , '1.0.82');
2626
define('OPIO_PLUGIN_FILE' , __FILE__);
2727
define('OPIO_PLUGIN_URL' , plugins_url(basename(plugin_dir_path(__FILE__ )), basename(__FILE__)));
2828
define('OPIO_ASSETS_URL' , OPIO_PLUGIN_URL . '/assets/');

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Author: Dhiraj Timalsina
33
Tags: Widget for OPIO Reviews, opio, reviews, rating, widget, google business, testimonials
44
Tested up to: 6.4
5-
Stable tag: 1.0.81
5+
Stable tag: 1.0.82
66
License: GPLv2 or later
77
License URI: http://www.gnu.org/licenses/gpl-2.0.html
88

0 commit comments

Comments
 (0)