apply_filters( 'sanitize_file_name_chars', array $special_chars , string $filename_raw )
Filters the list of characters to remove from a filename.
Parameters
- $special_chars
-
Characters to remove.
- $filename_raw
-
Filename as it was passed into sanitize_file_name().
Source
Changelog
Version | Description |
---|---|
WP-2.8.0 | Introduced. |