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



{$adjacent}_image_link › WordPress Filter Hooks

Seit3.5.0
Veraltetn/v
apply_filters( "{$adjacent}_image_link", $output, $attachment_id, $size, $text )
Parameter: (4)
  • () output Adjacent image HTML markup.
    Erforderlich: Ja
  • () attachment_id Attachment ID
    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
  • () text Link text.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the adjacent image link.

The dynamic portion of the hook name, `$adjacent`, refers to the type of adjacency, either 'next', or 'previous'. Possible hook names include: - `next_image_link` - `previous_image_link`




Quellcode

return apply_filters( "{$adjacent}_image_link", $output, $attachment_id, $size, $text );