Callback to add rel="nofollow" string to HTML A element.
Parameters
$matchesarrayrequired- Single match.
Source
function wp_rel_nofollow_callback( $matches ) {
return wp_rel_callback( $matches, 'nofollow' );
}
Changelog
| Version | Description |
|---|---|
| 5.3.0 | Use wp_rel_callback() |
| 2.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.