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.


Top ↑

Source

File: wp-includes/embed.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.6.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.