wp_embed_handler_audio

wp_embed_handler_audio

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('wp_embed_handler_audio') is found 1 times:

  • /wp-includes/embed.php line 285
    	 * @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.
    	 */
    	return apply_filters( 'wp_embed_handler_audio', $audio, $attr, $url, $rawattr );
    }
    
    /**
     * Video embed handler callback.
     *
     * @since 3.6.0