PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.11.10
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.11.10
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | vendor/codeinwp/themeisle-sdk/src/Modules/Rollback.php +2 -2 3.10.143.11.10 View file →
@@ -120,10 +120,10 @@
120 120 $url = $this->get_versions_api_url();
121 121 if ( empty( $url ) ) {
122 122 return [];
123 123 }
124 - $response = function_exists( 'wp_remote_get_wp_remote_get' )
125 - ? wp_remote_get_wp_remote_get( $url )
124 + $response = function_exists( 'vip_safe_wp_remote_get' )
125 + ? vip_safe_wp_remote_get( $url )
126 126 : wp_remote_get( $url ); //phpcs:ignore WordPressVIPMinimum.Functions.RestrictedFunctions.wp_remote_get_wp_remote_get
127 127 if ( is_wp_error( $response ) ) {
128 128 return array();
129 129 }