apply_filters( 'oembed_ttl', int $time, string $url, array $attr, int $post_ID )

Filters the oEmbed TTL value (time to live).


Description Description


Parameters Parameters

$time

(int) Time to live (in seconds).

$url

(string) The attempted embed URL.

$attr

(array) An array of shortcode attributes.

$post_ID

(int) Post ID.


Top ↑

Source Source

File: wp-includes/class-wp-embed.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.