This plugin uses different pattern matching expressions than the WordPress default order to prevent adjacent characters from becoming part of the link and it prevents URIs from becoming links..
The domain extensions are recognized by the plugin com, org, net, gov, edu, mil, us, info, biz, ws, name, mobi, cc, tv.
For the following, assume URL is appearing as in post www somelonghost com with some URL that might mess up your theme and is unsightly php.
Set default class for links added by Auto-hyperlink URLs add filter { return 'myclass } ) autohyperlink urls link attributes.
Arguments $attributes The link attributes already created by the plugin. $context The context for the link.
Example ** * Output 'title attribute for link, as done by plugin prior to v5.0 * * @param array $attributes The attributes for the link tag * @param string $context The context for the link.
Note that the value sent to the hook includes TLDs plus those added via the 'more extensions setting.
Arguments $url The potentially truncated URL. $original url The full, URL. $context The context for the link.
Default true. $url URL. $domain Just the domain host part of URL...
Note that the value sent to the hook includes the value of the 'exclude domains setting.
Read more