WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_delete_file

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php apply_filters 7322 /**
* Filters the path of the file to delete.
*
* @since 2.1.0
*
* @param string $file Path to the file to delete.
*/

Hook Parameters

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