We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c9021 commit d2e80efCopy full SHA for d2e80ef
admin/views/admin.php
@@ -48,8 +48,8 @@
48
$vc_success = curl_exec($ch);
49
50
if ( $vc_success !== false ) {
51
- $latest_version = json_decode( $version_check_out, true )['price-comparison-manager'];
52
- update_option( 'pcm_vc_cached', array( "v" => $latest_version, "ts" => time() ) );
+ $latest_version = json_decode( $vc_success, true )['text-inserts'];
+ update_option( 'txi_vc_cached', array( "v" => $latest_version, "ts" => time() ) );
53
}
54
55
0 commit comments