wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



load_image_to_edit_path › Hooks de Filtros WordPress

Desde2.9.0
Obsoleton/a
apply_filters( 'load_image_to_edit_path', $filepath, $attachment_id, $size )
Parâmetros: (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
Definido em:
Codex:

Filters the returned path or URL of the current image.





Fonte

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