wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



load_image_to_edit_attachmenturl › Les Filtres WordPress

Depuis3.1.0
Dépréciéen/a
apply_filters( 'load_image_to_edit_attachmenturl', wp_get_attachment_url( $attachment_id )
Paramètres: (3)
  • (string|false) $image_url Current image URL.
    Requis: Oui
  • (int) $attachment_id Attachment ID.
    Requis: Oui
  • (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).
    Requis: Oui
Défini(e) dans:
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.





Source

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