Fires after the given attachment’s cache is cleaned.
Parameters
$id
int- Attachment ID.
Source
do_action( 'clean_attachment_cache', $id );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Fires after the given attachment’s cache is cleaned.
$id
intdo_action( 'clean_attachment_cache', $id );
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.