관리자 페이지 및 일부 데이터 업데이트 시 Event hook 추가

This commit is contained in:
kkigomi
2023-06-22 15:37:06 +09:00
parent 4eba618a82
commit bbbc568db8
15 changed files with 44 additions and 1 deletions

View File

@ -40,6 +40,7 @@ for ($i=0; $i<$count_post_chk; $i++)
{
$sql = "delete from {$g5['g5_shop_item_use_table']} where is_id = '{$iis_id}' ";
sql_query($sql);
run_event('shop_admin_item_use_deleted', $iis_id);
}
if($iit_id){