On this page
update_category_cache(): bool
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
File: wp-includes/deprecated.php. View all references
function update_category_cache() {
_deprecated_function( __FUNCTION__, '3.1.0' );
return true;
}
Related
Uses
| Uses | Description |
|---|---|
| _deprecated_function() wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/update_category_cache