Skip to content

oembed_ttl

github-actions[bot] edited this page Jun 25, 2026 · 1 revision

Auto-generated Example

add_filter(
   'oembed_ttl',
    function(
        DAY_IN_SECONDS,
        string $value,
        array $array,
        int $int
    ) {
        // Your code here.
        return DAY_IN_SECONDS;
    },
    10,
    4
);

Parameters

  • DAY_IN_SECONDS
  • string $value
  • array $array
  • int $int

Files

apply_filters( 'oembed_ttl', DAY_IN_SECONDS, '', array(), 0 )

← All Hooks

Clone this wiki locally