3061*3062* @since 5.3.03063*3064* @param string$rel The rel value.3065* @param string$url The matched URL being converted to a link tag.3066*/3067$rel=apply_filters('make_clickable_rel',$rel,$url);30683069$rel_attr=$rel?' rel="'.esc_attr($rel).'"':'';30703071return$rel_attr;3072}3073
History
Introduced in 5.3.0. Unchanged from 6.7.7 through 7.1.0.