file.changeSort:before
$file, $position
return [
'hooks' => [
'file.changeSort:before' => function ($file, $position) {
// your code goes here
}
]
]
$file, $position
return [
'hooks' => [
'file.changeSort:before' => function ($file, $position) {
// your code goes here
}
]
]