wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



rest_oembed_ttl › WordPress Filter Hooks

Seit4.8.0
Veraltetn/v
apply_filters( 'rest_oembed_ttl', DAY_IN_SECONDS, $url, $args )
Parameter: (3)
  • (int) $time Time to live (in seconds).
    Erforderlich: Ja
  • (string) $url The attempted embed URL.
    Erforderlich: Ja
  • (array) $args An array of embed request arguments.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the oEmbed TTL value (time to live).

Similar to the {@see 'oembed_ttl'} filter, but for the REST API oEmbed proxy endpoint.





Quellcode

$ttl = apply_filters( 'rest_oembed_ttl', DAY_IN_SECONDS, $url, $args );