영카트5 상품 삭제시 이벤트 HOOK 추가

This commit is contained in:
thisgun
2020-07-01 11:30:49 +09:00
parent f2516c586e
commit 8b20594908

View File

@ -109,5 +109,7 @@ if (!function_exists("itemdelete")) {
}
}
run_event('shop_admin_delete_item_file', $it_id);
itemdelete($it_id);
?>