wp_video_embed_handler WordPress Filter Hook
The wp_video_embed_handler Wordpress hook allows you to handle video embeds in your content. This is useful if you want to customize how videos are displayed on your site, or if you want to add additional functionality to your video embeds.
apply_filters( 'wp_video_embed_handler', callable $handler ) #
Filters the video embed handler callback.
Parameters
- $handler
(callable)Video embed handler callback function.
Source
File: wp-includes/embed.php
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |