get_file 함수에 hook 추가

This commit is contained in:
thisgun
2020-11-06 12:24:46 +09:00
parent 5102e87649
commit dd8e7d8e30

View File

@ -330,7 +330,7 @@ function get_file($bo_table, $wr_id)
$file['count']++;
}
return $file;
return run_replace('get_files', $file, $bo_table, $wr_id);
}