5.4 버전 회원탈퇴와 관리권한설정에 이벤트 HOOK 추가

This commit is contained in:
thisgun
2020-06-10 11:34:07 +09:00
parent 8c49fbafb8
commit 8aaafeddf6
3 changed files with 6 additions and 0 deletions

View File

@ -3150,6 +3150,8 @@ function member_delete($mb_id)
// 프로필 이미지 삭제
@unlink(G5_DATA_PATH.'/member_image/'.substr($mb_id,0,2).'/'.$mb_id.'.gif');
run_event('member_delete_after', $mb_id);
}
// 이메일 주소 추출