update_category_cache

Definition:
function update_category_cache() {}

Update the categories cache.
This function does not appear to be used anymore or does not appear to be needed. It might be a legacy function left over from when there was a need for updating the category cache.

Return values

returns:Always return True

Source code

function update_category_cache() {

	return true;

}

3163

No comments yet... Be the first to leave a reply!

Leave a comment