Filters the MediaElement fallback output for no-JS.
$outputstring$urlstringwp-includes/media.php:3316wp_mediaelement_fallback() * * @since 3.6.0 * * @param string $output Fallback output for no-JS. * @param string $url Media file URL. */ return apply_filters( 'wp_mediaelement_fallback', sprintf( '<a href="%1$s">%1$s</a>', esc_url( $url ) ), $url );} /** * Returns a filtered list of supported audio formats. * * @since 3.6.0Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.