event delete

This commit is contained in:
asus
2024-04-09 20:43:47 +02:00
parent e77e41073f
commit e48eb9cb51
4 changed files with 46 additions and 28 deletions

View File

@@ -52,11 +52,12 @@ function prof_profil_check_CIPF() {
$author_id = get_queried_object_id();
/*
* in case event didn't fire, handle card changes
* in case event didn't fire, handle changes
*
*/
handle_transfert_validation_CIPF($author_id);
handle_card_expire_CIPF($author_id);
handle_prof_account_deletion_CIPF($author_id);
}
add_action('wp', 'prof_profil_check_CIPF', 11);