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



oembed_iframe_title_attribute › WordPress Filter Hooks

Seit5.2.0
Veraltetn/v
apply_filters( 'oembed_iframe_title_attribute', $title, $result, $data, $url )
Parameter: (4)
  • (string) $title The title attribute.
    Erforderlich: Ja
  • (string) $result The oEmbed HTML result.
    Erforderlich: Ja
  • (object) $data A data object result from an oEmbed provider.
    Erforderlich: Ja
  • (string) $url The URL of the content to be embedded.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the title attribute of the given oEmbed HTML iframe.





Quellcode

$title = apply_filters( 'oembed_iframe_title_attribute', $title, $result, $data, $url );