wpseek.com
A WordPress-centric search engine for devs and theme authors
links_add_target › WordPress Function
Since2.7.0
Deprecatedn/a
› links_add_target ( $content, $target = '_blank', $tags = array('a') )
Parameters: (3) |
|
Returns: |
|
Defined at: |
|
Codex: |
Adds a Target attribute to all links in passed content.
This function by default only applies to<a>
tags, however this can be
modified by the 3rd param.
NOTE: Any current target attributed will be stripped and replaced.Related Functions: _links_add_target, _links_add_base, links_add_base_url, link_pages, link_target_meta_box