wp_cache_add_non_persistent_groups( string|string[] $groups )

In this article

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

Parameters

$groupsstring|string[]required
A group or an array of groups to add.

Source

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

Changelog

VersionDescription
2.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.