wp_feed_cache_transient_lifetime, $lifetime, $name
wp_feed_cache_transient_lifetime, $lifetime, $name
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('wp_feed_cache_transient_lifetime, $lifetime, $name') is found 1 times:
- /wp-includes/class-wp-feed-cache-transient.php line 71
* * @param int $lifetime Cache duration in seconds. Default is 43200 seconds (12 hours). * @param string $name Unique identifier for the cache object. */ $this->lifetime = apply_filters( 'wp_feed_cache_transient_lifetime', $lifetime, $name ); } /** * Saves data to the transient. * * @since 2.8.0