Skip to content

Instantly share code, notes, and snippets.

@ericandrewlewis
Last active December 21, 2015 00:59
Show Gist options
  • Save ericandrewlewis/6224130 to your computer and use it in GitHub Desktop.
Save ericandrewlewis/6224130 to your computer and use it in GitHub Desktop.
if ( file_exists( $medium ) )
/**
* File to delete
*
* @since 2.8.0
*/
@unlink( apply_filters( 'wp_delete_file', $medium ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment