Uses
Uses | Description |
---|---|
wp-includes/formatting.php: sanitize_title_with_dashes() | Sanitizes a title, replacing whitespace and a few other characters with dashes. |
wp-includes/formatting.php: sanitize_file_name_chars | Filters the list of characters to remove from a filename. |
wp-includes/formatting.php: sanitize_file_name | Filters a sanitized filename string. |
wp-includes/formatting.php: remove_accents() | Converts all accent characters to ASCII characters. |
wp-includes/formatting.php: seems_utf8() | Checks to see if a string is utf8 encoded. |
wp-includes/functions.php: wp_get_mime_types() | Retrieve list of mime types and file extensions. |
wp-includes/functions.php: wp_check_filetype() | Retrieve the file type from the file name. |
wp-includes/functions.php: get_allowed_mime_types() | Retrieve list of allowed mime types and file extensions. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |