expire_users_expired is not triggered???
-
Hello,
I wnt to delete the user once expired and I use:
function my_expire_users_expired( $user ) {
wp_delete_user( $user->user_id );
}
add_action( ‘expire_users_expired’, ‘my_expire_users_expired’ );I put it in functions.php of my child theme but it doesn’t work!
It is not triggered! nothin happens!Why???
Do you have any idea??
Best
- The topic ‘expire_users_expired is not triggered???’ is closed to new replies.