wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_cache_add_non_persistent_groups › WordPress Function

Od2.6.0
Przestarzałyn/a
wp_cache_add_non_persistent_groups ( $groups )
Parametry:
  • (string|string[]) $groups A group or an array of groups to add.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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



Źródło

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