wp_cache_set_posts_last_changed()
Sets the last changed time for the 'posts' cache group.
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
wp_cache_set_posts_last_changed();
Список изменений
С версии 5.0.0 | Введена. |
Код wp_cache_set_posts_last_changed() wp cache set posts last changed WP 6.7.1
function wp_cache_set_posts_last_changed() { wp_cache_set_last_changed( 'posts' ); }