SimplePie_Caption::get_starttime

Advertisement

Summery Summery

Get the start time

Syntax Syntax

SimplePie_Caption::get_starttime()

Return Return

(string|null) Time in the format 'hh:mm:ss.SSS'

Source Source

File: wp-includes/SimplePie/Caption.php

		}

		return null;
	}

	/**
	 * Get the text of the caption
	 *
	 * @return string|null
	 */
	public function get_text()

Advertisement

Advertisement

Leave a Reply