wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



oembed_iframe_title_attribute › Filtr WordPress Hooks

Od5.2.0
Przestarzałyn/a
apply_filters( 'oembed_iframe_title_attribute', $title, $result, $data, $url )
Parametry: (4)
  • (string) $title The title attribute.
    Wymagane: Tak
  • (string) $result The oEmbed HTML result.
    Wymagane: Tak
  • (object) $data A data object result from an oEmbed provider.
    Wymagane: Tak
  • (string) $url The URL of the content to be embedded.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the title attribute of the given oEmbed HTML iframe.





Źródło

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