We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814c287 commit abcc509Copy full SHA for abcc509
plugins/cc-global-network/cron/remove-marked-users.php
@@ -16,7 +16,6 @@
16
////////////////////////////////////////////////////////////////////////////////
17
18
// Be careful changing this value, you may send a reminder sooner than expected
19
-// Also beware any knock-on effect on CCGN_CLOSE_UPDATE_VOUCHERS_AFTER_DAYS
20
define('CCGN_REMOVE_APPLICATION_AFTER_DAYS', 30);
21
22
@@ -37,8 +36,6 @@ function ccgn_close_and_remove_retention_data_applicant($applicant_id)
37
36
}
38
39
40
-// Send reminders to those that need them
41
-
42
function ccgn_check_accounts_to_be_removed()
43
{
44
$states_to_delete = array(
0 commit comments