Core Function
View Source on Trac ↗ wp_rel_nofollow_callback()
wp_rel_nofollow_callback( mixed $matches ) Callback to add `rel="nofollow"` string to HTML A element.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $matches array | Single match. Required |
Return Value
(string)
HTML A Element with `rel="nofollow"`.
Function Information
Since Version
2.3.0
Source File
wp-includes/formatting.php
Advertisement