Fires after the given attachment’s cache is cleaned.
Parameters
$idint- 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.
$idintdo_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.