Filter hook 'wp_embed_handler_audio'

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

Description

Filters the audio embed output.

Occurrences

Filename Line Number
wp-includes/embed.php 285

Parameters

Type Name Description
string $audio Audio embed output.
array $attr An array of embed attributes.
string $url The original URL that was matched by the regex.
array $rawattr The original unmodified attributes.

PHP Doc

/**
	 * Filters the audio embed output.
	 *
	 * @since 3.6.0
	 *
	 * @param string $audio   Audio embed output.
	 * @param array  $attr    An array of embed attributes.
	 * @param string $url     The original URL that was matched by the regex.
	 * @param array  $rawattr The original unmodified attributes.
	 */