wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



load_image_to_edit_attachmenturl › Filtr WordPress Hooks

Od3.1.0
Przestarzałyn/a
apply_filters( 'load_image_to_edit_attachmenturl', wp_get_attachment_url( $attachment_id )
Parametry: (3)
  • (string|false) $image_url Current image URL.
    Wymagane: Tak
  • (int) $attachment_id Attachment ID.
    Wymagane: Tak
  • (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).
    Wymagane: Tak
Zdefiniowane na:
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.





Źródło

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