3053*3054* @since 5.3.03055*3056* @param string$rel The rel value.3057* @param string$url The matched URL being converted to a link tag.3058*/3059$rel=apply_filters('make_clickable_rel',$rel,$url);30603061$rel_attr=$rel?' rel="'.esc_attr($rel).'"':'';30623063return$rel_attr;3064}3065
History
Introduced in 5.3.0. Unchanged from 6.7.7 through 7.1.0.