Filter hook 'wp_get_attachment_url'

in WP Core File wp-includes/post.php at line 6717

Description

Filters the attachment URL.

Occurrences

Filename Line Number
wp-includes/post.php 6717

Parameters

Type Name Description
string $url URL for the given attachment.
int $attachment_id Attachment post ID.

PHP Doc

/**
	 * Filters the attachment URL.
	 *
	 * @since 2.1.0
	 *
	 * @param string $url           URL for the given attachment.
	 * @param int    $attachment_id Attachment post ID.
	 */