do_action( ‘clean_attachment_cache’, int $id )

In this article

Fires after the given attachment’s cache is cleaned.

Parameters

$idint
Attachment ID.

Source

do_action( 'clean_attachment_cache', $id );

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.