wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



oembed_iframe_title_attribute › Les Filtres WordPress

Depuis5.2.0
Dépréciéen/a
apply_filters( 'oembed_iframe_title_attribute', $title, $result, $data, $url )
Paramètres: (4)
  • (string) $title The title attribute.
    Requis: Oui
  • (string) $result The oEmbed HTML result.
    Requis: Oui
  • (object) $data A data object result from an oEmbed provider.
    Requis: Oui
  • (string) $url The URL of the content to be embedded.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the title attribute of the given oEmbed HTML iframe.





Source

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