Action hook 'clean_attachment_cache'

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

Description

Fires after the given attachment's cache is cleaned.

Occurrences

Filename Line Number
wp-includes/post.php 7598

Parameters

Type Name Description
int $id Attachment ID.

PHP Doc

/**
	 * Fires after the given attachment's cache is cleaned.
	 *
	 * @since 3.0.0
	 *
	 * @param int $id Attachment ID.
	 */