Filter hook 'wp_video_embed_handler'

in WP Core File wp-includes/embed.php at line 223

Description

Filters the video embed handler callback.

Occurrences

Filename Line Number
wp-includes/embed.php 223

Parameters

Type Name Description
callable $handler Video embed handler callback function.

PHP Doc

/**
	 * Filters the video embed handler callback.
	 *
	 * @since 3.6.0
	 *
	 * @param callable $handler Video embed handler callback function.
	 */