Filter hook 'wp_audio_embed_handler'

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

Description

Filters the audio embed handler callback.

Occurrences

Filename Line Number
wp-includes/embed.php 214

Parameters

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

PHP Doc

/**
	 * Filters the audio embed handler callback.
	 *
	 * @since 3.6.0
	 *
	 * @param callable $handler Audio embed handler callback function.
	 */