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 c52ff76 commit 7a749e9Copy full SHA for 7a749e9
app/Embed/Cache.php
@@ -71,7 +71,7 @@ public static function updateCacheTtl($ttl, $url, $attr, $post_ID)
71
public static function getTtlPresets(): array
72
{
73
return [
74
- DAY_IN_SECONDS * 30 => __('1 month', 'iframely'),
+ MONTH_IN_SECONDS => __('1 month', 'iframely'),
75
WEEK_IN_SECONDS * 3 => __('3 weeks', 'iframely'),
76
WEEK_IN_SECONDS * 2 => __('2 weeks', 'iframely'),
77
WEEK_IN_SECONDS => __('1 week', 'iframely'),
0 commit comments