g7g_cfg_check_date_expired, 2026-06-28
g7g_cfg_check_date_expired, 2026-06-28
Appears in: custom-fields-gutenberg.2.4.7
Hook Type: filter
Displaying hooks found in version: custom-fields-gutenberg.2.4.7apply_filters('g7g_cfg_check_date_expired, 2026-06-28') is found 1 times:
- /inc/settings-reset.php line 121
} function g7g_cfg_check_date_expired() { $expires = apply_filters('g7g_cfg_check_date_expired', '2026-06-28'); return (new DateTime() > new DateTime($expires)) ? true : false; } //