Add cron job to send emails to inactive contributors.

This commit is contained in:
Ian Dunn 2022-07-28 15:33:23 -07:00
parent d09ed7057d
commit d5448bc10d
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
2 changed files with 218 additions and 1 deletions

View file

@ -97,7 +97,7 @@ function get_xprofile_contribution_data( array $user_ids ) {
}
/**
* Reindex the values by user ID, normalize it, and format it.
* Reindex `bpmain_bp_xprofile_data` rows by user ID, normalize it, and format it.
*
* This makes the data much easier to work with in many cases.
*