php-linkify
php-linkify copied to clipboard
Allow callback to know about the used html attributes
I have a situation where the code that sets the callback calls a wrapper around Linkify, and this wrapper sets the attributes. Thus my callback doesn't know about the attributes being used and can't apply them when building a new anchor.