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 6068ce1 commit c52ff76Copy full SHA for c52ff76
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
- MONTH_IN_SECONDS * 30 => __('1 month', 'iframely'),
+ DAY_IN_SECONDS * 30 => __('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