wp_cache_set_comments_last_changed

Advertisement

Summery Summery

Sets the last changed time for the ‘comment’ cache group.

Syntax Syntax

wp_cache_set_comments_last_changed()

Source Source

File: wp-includes/comment.php

				$comment_data_to_export[] = array(
					'name'  => $name,
					'value' => $value,

Advertisement

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Advertisement

Leave a Reply