wpseo_schema_aggregator_cache_enabled
wpseo_schema_aggregator_cache_enabled
Appears in: wordpress-seo.27.1.1, wordpress-seo.27.2, wordpress-seo.27.3, wordpress-seo.27.4, wordpress-seo.27.5
Hook Type: filter
Displaying hooks found in version: wordpress-seo.27.5apply_filters('wpseo_schema_aggregator_cache_enabled') is found 1 times:
- /src/schema-aggregator/infrastructure/config.php line 121
* * @return bool True if caching is enabled, false otherwise. */ public function cache_enabled(): bool { $enabled = \apply_filters( 'wpseo_schema_aggregator_cache_enabled', true ); if ( \is_bool( $enabled ) ) { return $enabled; } else { return true;