Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: {$adjacent}_image_link

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
2839       * either 'next', or 'previous'.
2840       *
2841       * @since 3.5.0
2842       *
2843       * @param string $output        Adjacent image HTML markup.
2844       * @param int    $attachment_id Attachment ID
2845       * @param string $size          Image size.
2846       * @param string $text          Link text.
2847       */
2848      echo apply_filters( "{$adjacent}_image_link", $output, $attachment_id, $size, $text );
2849 }
2850
2851 /**
2852  * Retrieves taxonomies attached to given the attachment.
2853  *
2854  * @since 2.5.0
2855  * @since 4.7.0 Introduced the `$output` parameter.
2856  *
2857  * @param int|array|object $attachment Attachment ID, data array, or data object.