wp_cache_add_non_persistent_groups

Definition:
function wp_cache_add_non_persistent_groups( $groups ) {}

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

Parameters

  • string|array $groups: A group or an array of groups to add

Source code

function wp_cache_add_non_persistent_groups( $groups ) {

	// Default cache doesn't persist so nothing to do here.

	return;

}

3439

No comments yet... Be the first to leave a reply!

Leave a comment