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