WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_mediaelement_fallback

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/media.php apply_filters 2960 /**
* Filters the Mediaelement fallback output for no-JS.
*
* @since 3.6.0
*
* @param string $output Fallback output for no-JS.
* @param string $url Media file URL.
*/

Hook Parameters

Parameter Type Name Description
string $output Fallback output for no-JS.
string $url Media file URL.