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



oembed_ttl › WordPress Filter Hooks

Seit4.0.0
Veraltetn/v
apply_filters( 'oembed_ttl', DAY_IN_SECONDS, $url, $attr, $post_id )
Parameter: (4)
  • (int) $time Time to live (in seconds).
    Erforderlich: Ja
  • (string) $url The attempted embed URL.
    Erforderlich: Ja
  • (array) $attr An array of shortcode attributes.
    Erforderlich: Ja
  • (int) $post_id Post ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the oEmbed TTL value (time to live).





Quellcode

$ttl = apply_filters( 'oembed_ttl', DAY_IN_SECONDS, $url, $attr, $post_id );