3123*3124* @since 5.3.03125*3126* @param string$rel The rel value.3127* @param string$url The matched URL being converted to a link tag.3128*/3129$rel=apply_filters('make_clickable_rel',$rel,$url);31303131$rel_attr=$rel?' rel="'.esc_attr($rel).'"':'';31323133return$rel_attr;3134}3135
History
Introduced in 5.3.0. Unchanged from 6.7.7 through 7.1.0.