WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_audio_embed_handler

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/embed.php apply_filters 214 /**
* Filters the audio embed handler callback.
*
* @since 3.6.0
*
* @param callable $handler Audio embed handler callback function.
*/

Hook Parameters

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