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