do_action( 'clean_attachment_cache', int $id )
Fires after the given attachment’s cache is cleaned.
Parameters
-
$id
int -
Attachment ID.
Source
File: wp-includes/post.php
.
View all references
do_action( 'clean_attachment_cache', $id );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |