PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 1.3.3
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v1.3.3
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 2.6.1 All 38 releases
← All changes | freemius/includes/class-fs-api.php +1 -1 1.2.31.3.3 View file →
@@ -286,9 +286,9 @@
286 286 if ( $this->_logger->is_on() ) {
287 287 $this->_logger->warn( 'Fallback to cached API result: ' . var_export( $cached_result, true ) );
288 288 }
289 289 } else {
290 - if ( is_object( $result ) && 404 == $result->error->http ) {
290 + if ( is_object( $result ) && isset( $result->error->http ) && 404 == $result->error->http ) {
291 291 /**
292 292 * If the response code is 404, cache the result for half of the `$expiration`.
293 293 *
294 294 * @author Leo Fajardo (@leorw)