apply_filters( 'wp_delete_file', string $file )

Filters the path of the file to delete.


Parameters

$file string
Path to the file to delete.

Top ↑

Source

File: wp-includes/functions.php. View all references

$delete = apply_filters( 'wp_delete_file', $file );


Top ↑

Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.