wp_mediaelement_fallback

wp_mediaelement_fallback

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.8

apply_filters('wp_mediaelement_fallback') is found 1 times:

  • /wp-includes/media.php line 3284
    3280
    3281
    3282
    3283
    3284
    3285
    3286
    3287
    3288
    3289
    3290
         *
         * @param string $output Fallback output for no-JS.
         * @param string $url    Media file URL.
         */
        return apply_filters( 'wp_mediaelement_fallback', sprintf( '<a href="%1$s">%1$s</a>', esc_url( $url ) ), $url );
    }
     
    /**
     * Returns a filtered list of supported audio formats.
     *
     * @since 3.6.0