if (isset($extra['img_path_callback']) && is_callable($extra['img_path_callback'])) {
                    $img_path = $extra['img_path_callback']($field, $params, $row, $instance_params);
                } else {
                    $img_path = str_replace(array_keys($replace), array_values($replace), $params['path']);
                }