43 results found for “clean cache”. Showing results 26 to 43.
-
functionclean_object_term_cache()
Removes the taxonomy relationship to terms from the cache.
-
Fires after the object term cache has been cleaned.
-
functionclean_site_details_cache()
Cleans the site details cache for a site.
-
functionwp_clean_theme_json_cache()
Cleans the caches under the theme_json group.
-
Cleans the necessary caches after specific site data has been updated.
-
functionwp_cache_close()
Closes the cache.
-
functionwp_cache_reset()
Resets internal cache keys and structures.
-
hookedit_term
Fires after a term has been updated, but before the term cache has been cleaned.
-
hookcreate_term
Fires immediately after a new term is created, before the term cache is cleaned.
-
hookdelete_term
Fires after a term is deleted from the database and the cache is cleaned.
-
hookedited_term
Fires after a term has been updated, and the term cache has been cleaned.
-
hookcreated_term
Fires after a new term is created, and after the term cache has been cleaned.
-
functionset_post_type()
Updates the post type for the post ID.
-
functionwp_insert_term()
Adds a new term to the database.
-
hookedit_{$taxonomy}
Fires after a term in a specific taxonomy has been updated, but before the term cache has been cleaned.
-
Fires after a term for a specific taxonomy has been updated, and the term cache has been cleaned.
-
Fires after a new term in a specific taxonomy is created, and after the term cache has been cleaned.
-
functionrefresh_user_details()
Cleans the user cache for a specific user.