make_clickable_rel

最后更新于:2021-11-27 05:26:33

apply_filters( ‘make_clickable_rel’, string $rel, string $url )

Filters the rel value that is added to URL matches converted to links.

参数

$rel

(string)
The rel value.

$url

(string)
The matched URL being converted to a link tag.

源文件

文件: gc-includes/formatting.php

View on Trac