Filters the MediaElement fallback output for no-JS.
Parameters
$outputstring- Fallback output for no-JS.
$urlstring- Media file URL.
Source
return apply_filters( 'wp_mediaelement_fallback', sprintf( '<a href="%1$s">%1$s</a>', esc_url( $url ) ), $url );
Changelog
| Version | Description |
|---|---|
| 3.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.