wp_cache_set_posts_last_changued()

Sets the last changued time for the ‘posts’ cache group.

Source

function wp_cache_set_posts_last_changued() {
	wp_cache_set_last_changued( 'posts' );
}

Changuelog

Versionen Description
5.0.0 Introduced.

User Contributed Notes

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