wpseo_schema_aggregator_cache_ttl

wpseo_schema_aggregator_cache_ttl

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.27.1.1

apply_filters('wpseo_schema_aggregator_cache_ttl') is found 1 times:

  • /src/schema-aggregator/infrastructure/config.php line 102

    if ( $size < 102_400 ) { $cache_ttl = ( 30 * \MINUTE_IN_SECONDS ); } $cache_ttl = \apply_filters( 'wpseo_schema_aggregator_cache_ttl', $cache_ttl ); if ( ! \is_int( $cache_ttl ) || $cache_ttl <= 0 ) { return self::DEFAULT_CACHE_TTL; } return $cache_ttl; [/php]