Summery Summery
Get the file extension
Syntax Syntax
Return Return
(string|null)
Source Source
File: wp-includes/SimplePie/Enclosure.php
/**
* Get the preferred handler
*
* @return string|null One of 'flash', 'fmedia', 'quicktime', 'wmedia', 'mp3'
*/
public function get_handler()
{
return $this->get_real_type(true);
}
/**