load_image_to_edit_filesystempath
apply_filters( ‘load_image_to_edit_filesystempath’, string $path , string $attachment_id , string $size )
过滤钩子:过滤当前图像的路径。
Filter Hook: Filters the path to the current image.
说明(Description)
将对除“full”之外的所有图像大小计算筛选器。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$path | (string) | 当前图像的路径。 |
$attachment_id | (string) | 附件ID。 |
$size | (string) | 图像的大小。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.1.0 | wp-admin/includes/image.php:992 | 1 | 0 |
load_image_to_edit_filesystempath 为WP2原创文章,链接:https://www.wp2.cn/hook/load_image_to_edit_filesystempath/