_make_url_clickable_cb
- %1$s is private and should not be used in themes or plugins directly.
_make_url_clickable_cb ( $matches )
Access:Parameters:- (array) matches Single Regex Match.
Returns:- (string) HTML A element with URI address.
Defined at: - Introduced in WordPress: 2.3.2
- Deprecated in WordPress: —
Description
Callback to convert URI match to HTML A element.This function was backported from 2.5.0 to 2.3.2. Regex callback for make_clickable().