Filters the oEmbed result before any HTTP requests are made.
This allows one to short-circuit the default logic, perhaps by replacing it with a routine that is more optimal for your setup.
Returning a non-null value from the filter will effectively short-circuit retrieval and return the passed value instead.
$resultnull|string
$urlstring
$argsstring|array
width int|stringmaxwidth value passed to the provider URL.height int|stringmaxheight value passed to the provider URL.discover bool$pre = apply_filters( 'pre_oembed_result', null, $url, $args );
| Version | Description |
|---|---|
| 4.5.3 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/pre_oembed_result