Archive | Functions by letter c RSS feed for this section

clean_attachment_cache

Will clean the attachment in the cache.Cleaning means delete from the cache. Optionally will clean the term object cache associated with the attachment ID.

615

Continue reading

check_upload_mimes

Check an array of MIME types against a whitelist.WordPress ships with a set of allowed upload filetypes, which is defined in wp-includes/functions.php in get_allowed_mime_types(). This function is used to filter that list against the filetype whitelist provided by Multisite Super Admins at wp-admin/network/settings.php.

609

Continue reading