wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



image_get_intermediate_size › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'image_get_intermediate_size', $data, $post_id, $size )
Parameter: (3)
  • () data Array of file relative path, width, and height on success. May also include file absolute path and URL.
    Erforderlich: Ja
  • () post_id The ID of the image attachment.
    Erforderlich: Ja
  • () size Requested image size. Can be any registered image size name, or an array of width and height values in pixels (in that order).
    Erforderlich: Ja
Siehe:
  • image_get_intermediate_size()
Definiert in:
Codex:

Filters the output of image_get_intermediate_size()





Quellcode

return apply_filters( 'image_get_intermediate_size', $data, $post_id, $size );