wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_cache_add_non_persistent_groups › WordPress Function

Since2.6.0
已弃用n/a
wp_cache_add_non_persistent_groups ( $groups )
参数:
  • (string|string[]) $groups A group or an array of groups to add.
    Required: Yes
定义在:
文档:

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.
}