clean_attachment_cache, $id
clean_attachment_cache, $id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('clean_attachment_cache, $id') is found 1 times:
- /wp-includes/post.php line 7911
* @since 3.0.0 * * @param int $id Attachment ID. */ do_action( 'clean_attachment_cache', $id ); } // // Hooks. //