do_action( 'clean_attachment_cache', int $id )

Fires after the given attachment’s cache is cleaned.


Parameters

$id int
Attachment ID.

Top ↑

Source

File: wp-includes/post.php. View all references

do_action( 'clean_attachment_cache', $id );


Top ↑

Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes

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