Filter hook 'wp_get_attachment_thumb_file'

in WP Core File wp-includes/deprecated.php at line 4375

Description

Filters the attachment thumbnail file path.

Occurrences

Filename Line Number
wp-includes/deprecated.php 4375

Parameters

Type Name Description
string $thumbfile File path to the attachment thumbnail.
int $post_id Attachment ID.

PHP Doc

/**
			 * Filters the attachment thumbnail file path.
			 *
			 * @since 2.1.0
			 *
			 * @param string $thumbfile File path to the attachment thumbnail.
			 * @param int    $post_id   Attachment ID.
			 */