清除给定附件的缓存后触发。
原型
do_action( 'clean_attachment_cache', int $id )
参数
$id
(int)
附件ID。
源文件
路径:wp-includes/post.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/clean_attachment_cache/
清除给定附件的缓存后触发。
do_action( 'clean_attachment_cache', int $id )
$id
(int)
附件ID。
路径:wp-includes/post.php
英文文档:https://developer.wordpress.org/reference/hooks/clean_attachment_cache/
请在后台设置小工具!