wpseo_schema_aggregator_cache_enabled
wpseo_schema_aggregator_cache_enabled
Appears in: wordpress-seo.27.1.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.27.1.1apply_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;