WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_embed_handler_audio

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/embed.php apply_filters 285 /**
* 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.
*/

Hook Parameters

Parameter 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.