wp_mediaelement_fallback

wp_mediaelement_fallback

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('wp_mediaelement_fallback') is found 1 times:

  • /wp-includes/media.php line 3142
    	 *
    	 * @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