wp_mediaelement_fallback

Advertisement

Summery Summery

Provides a No-JS Flash fallback as a last resort for audio / video.

Syntax Syntax

wp_mediaelement_fallback( string $url )

Parameters Parameters

$url

(Required) The media element URL.

Return Return

(string) Fallback HTML.

Source Source

File: wp-includes/media.php

			{{ data.index ? ( data.index + '. ' ) : '' }}
			<# if ( data.caption ) { #>
				{{ data.caption }}
			<# } else { #>
				<span class="wp-playlist-item-title">
				<?php
					/* translators: %s: Playlist item title. */
					printf( _x( '&#8220;%s&#8221;', 'playlist item title' ), '{{{ data.title }}}' );
				?>
				</span>
				<# if ( data.artists && data.meta.artist ) { #>

Advertisement

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.

Advertisement

Leave a Reply