wpseek.com
WordPress开发者和主题制作者的搜索引擎



load_image_to_edit_path › WordPress过滤钩子

Since2.9.0
已弃用n/a
apply_filters( 'load_image_to_edit_path', $filepath, $attachment_id, $size )
参数: (3)
  • (string|false) $filepath File path or URL to current image, or false.
    Required: Yes
  • (int) $attachment_id Attachment ID.
    Required: Yes
  • (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: Yes
定义在:
文档:

Filters the returned path or URL of the current image.





源码

return apply_filters( 'load_image_to_edit_path', $filepath, $attachment_id, $size );