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