PluginProbe
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs / 2.7.3
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs v2.7.3
5.0.1 4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 All 39 releases
← All changes | freemius/includes/sdk/FreemiusWordPress.php +6 -2 2.6.1 → 2.7.3 View file →
@@ -472,10 +472,14 @@
472 472 * @author Vova Feldman (@svovaf)
473 473 */
474 474 if ( filter_var( $matches[1], FILTER_VALIDATE_IP ) ) {
475 475 if ( strlen( inet_pton( $matches[1] ) ) === 16 ) {
476 -// error_log('Invalid IPv6 configuration on server, Please disable or get native IPv6 on your server.');
477 - // Hook to an action triggered just before cURL is executed to resolve the IP version to v4.
476 + /**
477 + * error_log('Invalid IPv6 configuration on server, Please disable or get native IPv6 on your server.');
478 + * Hook to an action triggered just before cURL is executed to resolve the IP version to v4.
479 + *
480 + * @phpstan-ignore-next-line
481 + */
478 482 add_action( 'http_api_curl', 'Freemius_Api_WordPress::CurlResolveToIPv4', 10, 1 );
479 483
480 484 // Re-run request.
481 485 $result = self::ExecuteRequest( $request_url, $pWPRemoteArgs );