wp_cache_set_posts_last_changed()
Sets the last changed time for the 'posts' cache group.
No Hooks.
Returns
null. Nothing (null).
Usage
wp_cache_set_posts_last_changed();
Changelog
| Since 5.0.0 | Introduced. |
wp_cache_set_posts_last_changed() wp cache set posts last changed code WP 6.9.1
function wp_cache_set_posts_last_changed() {
wp_cache_set_last_changed( 'posts' );
}