wp_playlist_scripts( string $type )

In this article

Outputs and enqueues default scripts and styles for playlists.

Parameters

$typestringrequired
Type of playlist. Accepts 'audio' or 'video'.

Source

	}
}

if ( ! $html5 && $columns > 0 && 0 !== $i % $columns ) {
	$output .= "
		<br style='clear: both' />";
}

$output .= "

Changelog

VersionDescription
3.9.0Introduced.

User Contributed Notes

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