SimplePie_Enclosure::get_width

Advertisement

Summery Summery

Get the width

Syntax Syntax

SimplePie_Enclosure::get_width()

Return Return

(string|null)

Source Source

File: wp-includes/SimplePie/Enclosure.php

	{
		// Set up defaults
		$audio = '';
		$video = '';
		$alt = '';
		$altclass = '';
		$loop = 'false';
		$width = 'auto';
		$height = 'auto';
		$bgcolor = '#ffffff';
		$mediaplayer = '';

Advertisement

Advertisement

Leave a Reply