g7g_cfg_check_date_expired
g7g_cfg_check_date_expired
Appears in: custom-fields-gutenberg.2.3.7, custom-fields-gutenberg.2.3.8, custom-fields-gutenberg.2.3.9, custom-fields-gutenberg.2.4, custom-fields-gutenberg.2.4.1, custom-fields-gutenberg.2.4.2
Hook Type: filter
Displaying hooks found in version: custom-fields-gutenberg.2.4.2apply_filters('g7g_cfg_check_date_expired') is found 1 times:
- /inc/settings-reset.php line 121
} function g7g_cfg_check_date_expired() { $expires = apply_filters('g7g_cfg_check_date_expired', '2024-12-21'); return (new DateTime() > new DateTime($expires)) ? true : false; } //