wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



oembed_response_data › WordPress Filter Hooks

Da4.4.0
Deprecaton/a
apply_filters( 'oembed_response_data', $data, $post, $width, $height )
Parametri: (4)
  • (array) $data The response data.
    Richiesto:
  • (WP_Post) $post The post object.
    Richiesto:
  • (int) $width The requested width.
    Richiesto:
  • (int) $height The calculated height.
    Richiesto:
Definito a:
Codex:

Filters the oEmbed response data.





Sorgenti

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