wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



load_image_to_edit_attachmenturl › WordPress Filter Hooks

Da3.1.0
Deprecaton/a
apply_filters( 'load_image_to_edit_attachmenturl', wp_get_attachment_url( $attachment_id )
Parametri: (3)
  • (string|false) $image_url Current image URL.
    Richiesto:
  • (int) $attachment_id Attachment ID.
    Richiesto:
  • (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).
    Richiesto:
Definito a:
Codex:

Filters the path to an attachment's URL when editing the image.

The filter is only evaluated if the file isn't stored locally and allow_url_fopen is enabled on the server.





Sorgenti

$filepath = apply_filters( 'load_image_to_edit_attachmenturl', wp_get_attachment_url( $attachment_id ), $attachment_id, $size );