Codex tools: Log in / create account
Contents |
This function deletes an attachment
<?php wp_delete_attachment( $postid ); ?>
To delete an attachment with an ID of '76':
<?php delete_post_meta( 76 ); ?>
This page is marked as incomplete. You can help Codex by expanding it.