update_category_cache() WP 1.5.0
Устарела с версии 3.1.0. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.╳
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.
Хуков нет.
Возвращает
true/false. Always return True
Использование
update_category_cache();
Список изменений
С версии 1.5.0 | Введена. |
Устарела с | 3.1.0 |
Код update_category_cache() update category cache WP 5.6.2
function update_category_cache() {
_deprecated_function( __FUNCTION__, '3.1.0' );
return true;
}