Filter hook 'wp_delete_file'

in WP Core File wp-includes/functions.php at line 7649

Description

Filters the path of the file to delete.

Occurrences

Filename Line Number
wp-includes/functions.php 7649

Parameters

Type Name Description
string $file Path to the file to delete.

PHP Doc

/**
	 * Filters the path of the file to delete.
	 *
	 * @since 2.1.0
	 *
	 * @param string $file Path to the file to delete.
	 */