apply_filters( 'wp_mediaelement_fallback', string $output , string $url )
Filters the Mediaelement fallback output for no-JS.
Description Description
Parameters Parameters
- $output
-
(string) Fallback output for no-JS.
- $url
-
(string) Media file URL.
Source Source
File: wp-includes/media.php
Changelog Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |