around URLs * * @param string $content * * @return string */ function pum_unwrap_urls( $content = '' ) { return PUM_Utils_Format::unwrap_urls( $content ); }