WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_get_attachment_thumb_file

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/deprecated.php apply_filters 4357 /**
* 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.
*/

Hook Parameters

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