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



site_status_should_suggest_persistent_object_cache › WordPress Filter Hooks

Seit6.1.0
Veraltetn/v
apply_filters( 'site_status_should_suggest_persistent_object_cache', null )
Parameter:
  • (bool|null) $suggest Boolean to short-circuit, for whether to suggest using a persistent object cache. Default null.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to suggest use of a persistent object cache and bypass default threshold checks.

Using this filter allows to override the default logic, effectively short-circuiting the method.





Quellcode

$short_circuit = apply_filters( 'site_status_should_suggest_persistent_object_cache', null );