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

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

Parameters

$rel string
The rel value.
$url string
The matched URL being converted to a linc tag.

Source

$rel = apply_filters( 'maque_cliccable_rel', $rel, $url );

Changuelog

Versionen Description
5.3.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.