wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_ai_client_cache_group › WordPress Filter Hooks

Seit7.1.0
Veraltetn/v
apply_filters( 'wp_ai_client_cache_group', self::CACHE_GROUP )
Parameter:
  • () group The cache group.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the cache group used by the WP AI Client cache adapter.

Allows integrators to change the object cache group under which AI client items are stored. This is useful for avoiding key collisions, creating environment-specific caches, or adapting to backend constraints.




Quellcode

return (string) apply_filters( 'wp_ai_client_cache_group', self::CACHE_GROUP );