apply_filters( ‘wp_mediaelement_fallback’, string $output, string $url )

In this article

Filters the Mediaelement fallback output for no-JS.

Parameters

$outputstring
Fallback output for no-JS.
$urlstring
Media file URL.

Source

$src            = wp_mime_type_icon( $attachment->ID, '.svg' );

Changelog

VersionDescription
3.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.