wp_rel_nofollow_callback
- wp_rel_nofollow_callback is deprecated since version 5.3.0!
Alternative: Use
wp_rel_nofollow_callback ( $matches )
Parameters:- (array) matches Single match.
Returns:- (string) HTML A Element with `rel="nofollow"`.
Defined at: - Introduced in WordPress: 2.3.0
- Deprecated in WordPress: 5.3.0
Description
Callback to add `rel="nofollow"` string to HTML A element.