wip event schedule

This commit is contained in:
asus
2024-04-02 13:24:22 +02:00
parent 86539d5c14
commit bc06828093
4 changed files with 74 additions and 17 deletions

View File

@@ -55,8 +55,10 @@ function prof_profil_check_CIPF() {
* in case event didn't fire, handle card changes
*
*/
handle_transfert_validation_CIPF($user_id);
handle_transfert_validation_CIPF($author_id);
handle_card_expire_CIPF($author_id);
schedule_test_CIPF();
}
add_action('wp', 'prof_profil_check_CIPF', 11);