There was an error while loading. Please reload this page.
add_filter( 'oembed_ttl', function( DAY_IN_SECONDS, string $value, array $array, int $int ) { // Your code here. return DAY_IN_SECONDS; }, 10, 4 );
DAY_IN_SECONDS
string
$value
array
$array
int
$int
apply_filters( 'oembed_ttl', DAY_IN_SECONDS, '', array(), 0 )
← All Hooks