wp_cache_set_comments_last_changed

函式
wp_cache_set_comments_last_changed ( No parameters )

wp_cache_set_comments_last_changed: 這個函式更新快取中最近的評論活動的時間戳: 這是用來確定快取的評論資料是否仍然有效或需要重新整理。

為’評論’快取組設定最後更改的時間。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function wp_cache_set_comments_last_changed() {
wp_cache_set( 'last_changed', microtime(), 'comment' );
}
function wp_cache_set_comments_last_changed() { wp_cache_set( 'last_changed', microtime(), 'comment' ); }
function wp_cache_set_comments_last_changed() {
	wp_cache_set( 'last_changed', microtime(), 'comment' );
}

常見問題

FAQs
檢視更多 >