update_category_cache(): bool

In this article

This function has been deprecated.

Update the categories cache.

Description

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

bool Always return True

Source

function update_category_cache() {
	_deprecated_function( __FUNCTION__, '3.1.0' );

	return true;
}

Changelog

VersionDescription
3.1.0This function has been deprecated.
1.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.