load_image_to_edit_filesystempath

过滤钩子
apply_filters( 'load_image_to_edit_filesystempath', $filepath, $attachment_id, $size )
参数
  • (string) $path Path to the current image.
    Required:
  • (int) $attachment_id Attachment ID.
    Required:
  • (string|int[]) $size Requested image size. Can be any registered image size name, or an array of width and height values in pixels (in that order).
    Required:
定义位置
相关勾子
load_image_to_edit_pathload_image_to_editload_image_to_edit_attachmenturlwp_save_image_editor_fileget_block_file_template
相关方法
_load_image_to_edit_pathload_image_to_editget_filesystem_methodupload_size_limit_filterget_block_file_templateget_theme_file_path
引入
3.1.0
弃用
-

load_image_to_edit_filesystempath: 这个函数根据附件的ID,返回附件的文件系统路径。它用于生成在媒体库中正在编辑的图像的文件路径。

编辑图像时过滤附件文件的路径。

将针对除“full”以外的所有图像大小评估过滤器。

$filepath = apply_filters( 'load_image_to_edit_filesystempath', $filepath, $attachment_id, $size );

常见问题

FAQs
查看更多 >