Archive | /wp-includes/functions.php RSS feed for this section

wp_suspend_cache_addition

Temporarily suspend cache additions.Stops more data being added to the cache, but still allows cache retrieval. This is useful for actions, such as imports, when a lot of data would otherwise be almost uselessly added to the cache.

17846

Continue reading

get_temp_dir

Determines a writable directory for temporary files.Function’s preference is to WP_CONTENT_DIR followed by the return value of

14009

Continue reading