wp_cache_add_non_persistent_groups

函数


wp_cache_add_non_persistent_groups ( $groups )
参数
  • (string|string[])
    $groups
    A group or an array of groups to add.
    Required:
定义位置
  • wp-includes/cache.php
    , line 369
引入
2.6.0
弃用

Adds a group or set of groups to the list of non-persistent groups.

function wp_cache_add_non_persistent_groups( $groups ) {
	// Default cache doesn't persist so nothing to do here.
}