apply_filters( 'wp_mediaelement_fallback', string $output, string $url )

Filters the Mediaelement fallback output for no-JS.


Parameters

$output

(string) Fallback output for no-JS.

$url

(string) Media file URL.


Source

File: wp-includes/media.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.6.0 Introduced.