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



oembed_response_data › Les Filtres WordPress

Depuis4.4.0
Dépréciéen/a
apply_filters( 'oembed_response_data', $data, $post, $width, $height )
Paramètres: (4)
  • (array) $data The response data.
    Requis: Oui
  • (WP_Post) $post The post object.
    Requis: Oui
  • (int) $width The requested width.
    Requis: Oui
  • (int) $height The calculated height.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the oEmbed response data.





Source

return apply_filters( 'oembed_response_data', $data, $post, $width, $height );