3043*3044* @since 5.3.03045*3046* @param string$rel The rel value.3047* @param string$url The matched URL being converted to a link tag.3048*/3049$rel=apply_filters('make_clickable_rel',$rel,$url);30503051$rel_attr=$rel?' rel="'.esc_attr($rel).'"':'';30523053return$rel_attr;3054}3055
History
Introduced in 5.3.0. Unchanged from 6.7.7 through 7.1.0.