PluginProbe
Snippet Shortcodes / 5.0a
Snippet Shortcodes v5.0a
5.2.1 5.2 5.1.8 5.1.6 5.1.7 5.1.5 trunk 1.0 1.1 1.2 1.3 1.3.1 1.4 1.5 1.5.1 1.6 1.6.1 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.8 2.0 2.0.1 All 74 releases
← All changes | includes/shortcode.marketing.php +1 -1 5.25.0a View file →
@@ -138,9 +138,9 @@
138 138
139 139 if ( false === empty( $body ) ) {
140 140
141 141 $body = json_decode( $body, true );
142 - set_transient( 'yeken_api_prices', $body, 6 * HOUR_IN_SECONDS ); // Cache for 6 hours
142 + set_transient( 'yeken_api_prices', $body, 216000 ); // Cache for 6 hours
143 143
144 144 return $body;
145 145 }
146 146 }