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)
  • () title The title attribute.
    Erforderlich: Ja
  • () result The oEmbed HTML result.
    Erforderlich: Ja
  • () data A data object result from an oEmbed provider.
    Erforderlich: Ja
  • () 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 );