wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



oembed_response_data › Hooks de Filtros WordPress

Desde4.4.0
Obsoleton/a
apply_filters( 'oembed_response_data', $data, $post, $width, $height )
Parâmetros: (4)
  • (array) $data The response data.
    Required: Yes
  • (WP_Post) $post The post object.
    Required: Yes
  • (int) $width The requested width.
    Required: Yes
  • (int) $height The calculated height.
    Required: Yes
Definido em:
Codex:

Filters the oEmbed response data.





Fonte

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