WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: wp-external-links (Used by 1,801 domains)

External Links – nofollow, noopener & new window

Manage all external & internal links on your site. Control icons, nofollow, noopener, ugc (User Generated Content), sponsored and if links open in new window or new tab.

WP Links plugin was completely rebuilt in v2 and has lots of new features, like noopener, ugc and sponsored values for rel; font icons, internal links options and full WPMU support.

Link Scanner – PRO feature

Check every single link on your site! See if it’s broken or not, if it’s redirected, what’s the target and rel attribute and what page exactly it’s linking to. This feature is a part of the WP Links PRO plugin.

Features

  • Manage external and internal links
  • Open links in new window or tab
  • Add follow or nofollow (for SEO)
  • Add noopener and noreferrer (for security)
  • Add ugc (User Generated Content) and sponsored values to rel (Google announcement)
  • Add link icons (FontAwesome and Dashicons)
  • Set other attributes like title and CSS classes
  • Scan complete page (or just posts, comments, widgets)
  • SEO friendly
  • Link Scanner – check all links on your site – PRO feature
  • Exit Confirmation – protect visitors and traffic when external links are clicked – PRO feature
  • Link Rules – create advanced link rules for chosen link groups – PRO feature

And more…

  • Network Settings (WPMU support)
  • Use template tag to apply plugin settings on specific contents
  • Set data-attribute to change how individual links will be treated
  • Use built-in actions and filters to implement your specific needs

Easy to use

After activating you can set all options for external and internal links on the plugins admin page.

On the fly

The plugin filters the output and changes the links on the fly. The real contents (posts, pages, widget etcetera) will not be changed in the database.
When deactivating the plugin, all contents will be the same as it was before.

GDPR compatibility

We are not lawyers. Please do not take any of the following as legal advice.
WP External Links does not track, collect or process any user data. Nothing is logged or pushed to any 3rd parties. We also don’t use any 3rd party services or CDNs. Based on that, we feel it’s GDPR compatible, but again, please, don’t take this as legal advice.

Like the plugin? Rate it to support the development.

If you’re having problems with SSL or HTTPS try our free WP Force SSL plugin. It’s a great way to enable SSL and fix SSL problems.

Documentation

After activating you can set all options for external and internal links.

Data attribute “data-wpel-link”

Links being processed by this plugin will also contain the data-attribute data-wpel-link.
The plugin could set the value to external, internal or exclude, meaning how the
link was processed.

You can also set the data-attribute yourself. This way you can force how the plugin will process
certain links.

When you add the value ignore, the link will be completely ignored by the plugin:

Go to somedomain

Action “wpel_link”

Use this action to change the link object after all plugin settings have been applied.

add_action( 'wpel_link', ( $link_object ) {
    if ( $link_object->is_external() ) {
        // get current url
        $url = $link_object->getAttribute( 'href' );

        // set redirect url
        $redirect_url = '//somedom.com?url='. urlencode( $url );
        $link_object->setAttribute( 'href', $redirect_url );
    }
}, 10, 1 );

The link object is an instance of WPEL_Link class.

Action hook “wpel_before_apply_link”

Use this action to change the link object before the plugin settings will be applied on the link.
You can use this filter f.e. to ignore individual links from being processed. Or change dynamically how
they will be treated by this plugin.

add_action( 'wpel_before_apply_link', function ( $link ) {
    // ignore links with class "some-cls"
    if ( $link->has_attr_value( 'class', 'some-cls' ) ) {
        $link->set_ignore();
    }

    // mark and treat links with class "ext-cls" as external link
    if ( $link->has_attr_value( 'class', 'ext-cls' ) ) {
        $link->set_external();
    }
}, 10 );

Filter hook “wpel_apply_settings”

When filter returns false the plugin settings will not be applied. Can be used when f.e. certain posts or pages should be ignored by this plugin.

add_filter( 'wpel_apply_settings', '__return_false' );

See FAQ for more info.

DomainExposuresHeadersLast Checked
m*d*o*m*l*e.dk (WP 7.0) D Jun 19, 2026
s*i*a*s*-*i*c*s.com (WP 5.3.21) F Jun 19, 2026
k*t*s*a.info (WP 6.9.4) C Jun 18, 2026
c*n*e*o*s*o*a*c*n*r*a*.org C Jun 18, 2026
z*s*i*l*j*c*.cz (WP 6.8.2) F Jun 18, 2026
s*r*m*d*a*i.cz (WP 7.0) F Jun 18, 2026
l*r*x.ua F Jun 18, 2026
f*o*e*e*o*a*o*s.c*m.br (WP 6.9.4) C Jun 18, 2026
e*r*i*a.ru F Jun 18, 2026
r*b*c*a*l*i*.com F Jun 17, 2026
k*h*n*m*v*h*k.ee F Jun 17, 2026
z*k*n*i*e.pl B Jun 17, 2026
d*n*e*e*o*e*l*.net (WP 6.5.8) F Jun 17, 2026
m*t*o*v*t*n*v*c*.cz (WP 5.3.21) F Jun 16, 2026
s*n*o*e*l*t*e*r*m*n.de (WP 6.9.4) F Jun 16, 2026
p*l*u.net (WP 6.9.3) F Jun 16, 2026
c*c.o*g.es C Jun 16, 2026
d*e*u*t*e*1.de (WP 7.0) F Jun 16, 2026
f*g*t*n*s*u*.de (WP 7.0) D Jun 16, 2026
u*d*o*.dk (WP 7.0) D Jun 15, 2026
f*i*n*s*f*a*s*o*u*y*a*k.o*g.uk (WP 6.5.8) B Jun 15, 2026
s*e*m*u*k.c*m.br F Jun 15, 2026
k*n*r*t*y*i*n*a*z.pl F Jun 15, 2026
p*i*a*e*y.sk (WP 6.6.2) F Jun 15, 2026
p*n*p*i*u*.hu F Jun 15, 2026
t*i*y*-*h*.info (WP 6.9.4) F Jun 15, 2026
m*l*f*-*o*.net (WP 7.0) F Jun 15, 2026
h*r*l*b.jp (WP 7.0) F Jun 15, 2026
s*i*-*z*.se F Jun 15, 2026
c*a*n*u*.fr F Jun 15, 2026
s*i*o*e*a.com F Jun 15, 2026
n*u*y*c*t.com (WP 7.0) F Jun 14, 2026
k*n*e*f*r*c*e*.de (WP 7.0) D Jun 14, 2026
w*k*p*i*e.ru (WP 7.0) F Jun 14, 2026
b*r*c*e*-*i*s*n*h*i*.de (WP 7.0) F Jun 14, 2026
v*e*-*i*s*n*h*i*.de (WP 7.0) F Jun 14, 2026
z*k*n*e*k.be (WP 7.0) F Jun 14, 2026
w*b*h*p*a*k.nl (WP 6.1.10) F Jun 14, 2026
p*l*a*h.de F Jun 13, 2026
b*z*a*z*h*a*a.cz (WP 7.0) F Jun 13, 2026
y*m*g*r*.club D Jun 13, 2026
c*i*s*m*s*i*.eu F Jun 13, 2026
k*s*e*o*m*a*.nl F Jun 13, 2026
p*p*-*e.eu F Jun 13, 2026
i*-*m*u.de F Jun 13, 2026
h*s*o*f*c*a*.c*.jp (WP 6.8.5) F Jun 13, 2026
v*r*a*n*r*u*r*i.de F Jun 13, 2026
m*v*-*o*w*r*.eu (WP 7.0) F Jun 13, 2026
r*l*n*p*i*s*l*y.c*m.au F Jun 12, 2026
n*g*.de (WP 7.0) A Jun 12, 2026
f*i*e*r*a*c*a*.de (WP 6.9.4) F Jun 12, 2026
f*a*i.org F Jun 12, 2026
t*r*y*o*.ca (WP 6.9.4) F Jun 12, 2026
b*s*e*n*p*o.ru (WP 6.7.5) F Jun 12, 2026
s*s*g*o*p.o*g.uk (WP 7.0) F Jun 12, 2026
n*t*r.tw (WP 6.6.5) F Jun 12, 2026
b*b*i*k*d*l*.cz A Jun 12, 2026
r*z*i*z*r*p*o*a*u*y.pl F Jun 11, 2026
c*m*u*-*o*l*s*o*.de F Jun 11, 2026
n*e*w*b*l*e.nl (WP 7.0) F Jun 10, 2026
k*d*n*e*w*.nl (WP 7.0) F Jun 10, 2026
k*m*s*.org F Jun 9, 2026
u*t*r*e*m*n*s*r*i*e*b*e*e*.de (WP 6.9.4) F Jun 9, 2026
l*i*l*m*.net (WP 5.8.13) F Jun 9, 2026
e*s*b*d*c*w*r*a*.de (WP 7.0) F Jun 9, 2026
p*r*v*d*d*n*i.ru (WP 4.8.28) F Jun 9, 2026
c*n*r*a*j*v*n.es B Jun 9, 2026
a*o*a*a*t*p*a*e*a*r*.org D Jun 8, 2026
m*m*d*.com F Jun 8, 2026
f*r*e*v.de (WP 7.0) F Jun 8, 2026
m*s*r*.net F Jun 8, 2026
g*m*n*d*s*h*l*n.nl (WP 5.8.3) F Jun 8, 2026
l*k*u*y.pl B Jun 8, 2026
m*l*k*.pl B Jun 8, 2026
b*g*c*.pl B Jun 8, 2026
j*d*e*h*a*s.org F Jun 8, 2026
a*c*0*0.de (WP 7.0) F Jun 8, 2026
n*z*m*.info F Jun 7, 2026
e*d*m*f*n.info (WP 6.4.8) F Jun 7, 2026
e*a*a.c*.jp F Jun 7, 2026
h*a*n*e*o*o*.cz (WP 7.0) F Jun 7, 2026
d*c*e*i*g.de (WP 6.0.12) F Jun 7, 2026
d*b*2*.info A Jun 7, 2026
j*v*b*r*a*.de (WP 6.9.4) F Jun 7, 2026
m*a*r*r.at D Jun 7, 2026
f*b*c*r*.jp D Jun 7, 2026
r*v*s*a*d*c*r.c*m.ar F Jun 7, 2026
p*o*e*t*a*a*e*e*t*o*t*a*t*a*.com (WP 7.0) F Jun 7, 2026
h*-*l*s*e*.de F Jun 7, 2026
b*j*u*e*i*c*o*s*u*.com F Jun 7, 2026
s*-*s*h*r*a*h.de (WP 6.9.4) F Jun 7, 2026
n*x*s*a*k*o*c*.com C Jun 7, 2026
d*a*a*e*a.health (WP 7.0) F Jun 7, 2026
r*a*a*z.de F Jun 7, 2026

Top 50 Plugins

Plugin Count
elementor 1,769,947
contact-form-7 1,751,151
elementor-pro 1,052,329
woocommerce 816,084
revslider 608,676
jetpack 454,679
js_composer 419,902
wp-rocket 342,079
essential-addons-for-elementor-lite 264,695
gravityforms 257,300
complianz-gdpr 257,186
google-site-kit 232,602
cookie-law-info 228,240
instagram-feed 224,724
sitepress-multilingual-cms 210,596
header-footer-elementor 206,656
google-analytics-for-wordpress 205,675
bluehost-wordpress-plugin 192,331
elementskit-lite 180,017
gutenberg 167,120
cookie-notice 148,816
litespeed-cache 143,825
gtranslate 124,781
wpforms-lite 123,738
the-events-calendar 122,341
astra-sites 113,144
popup-maker 109,698
woocommerce-payments 109,299
gutenberg-core 103,141
tablepress 102,135
honeypot 97,728
astra-addon 93,740
wp-smushit 90,814
duracelltomi-google-tag-manager 90,306
layerslider 89,283
all-in-one-seo-pack 89,071
bb-plugin 86,901
coblocks 86,693
akismet 84,979
premium-addons-for-elementor 84,367
cleantalk-spam-protect 82,573
ml-slider 81,991
mailchimp-for-wp 81,773
megamenu 80,196
woocommerce-gateway-stripe 79,441
jet-engine 77,892
fusion-builder 77,057
ewww-image-optimizer 76,627
wp-pagenavi 76,457
smart-slider-3 76,121

Top 50 Themes

Theme Count
hello-elementor 620,749
Divi 496,071
astra 413,940
flatsome 138,152
Avada 120,987
generatepress 114,820
oceanwp 80,309
kadence 78,841
pub 72,283
enfold 68,738
salient 65,153
twentyseventeen 54,318
bb-theme 53,400
betheme 52,414
twentytwentyfour 52,234
blocksy 50,827
cocoon-master 49,206
dt-the7 45,445
twentytwentyfive 44,937
woodmart 43,254
neve 38,122
Avada-Child-Theme 36,904
gox 36,229
h4 36,037
bridge 31,326
twentytwentyone 30,291
lightning 29,946
twentytwenty 28,762
swell 27,969
bricks 26,481
Impreza 26,076
Newspaper 24,176
twentytwentythree 22,095
epik-redesign 19,143
twentytwentytwo 18,767
uncode 18,501
pro 17,626
twentysixteen 17,602
sydney 16,502
storefront 16,314
Total 14,390
hello-theme-child-master 14,021
factory-templates-4 13,731
themify-ultra 12,948
extendable 12,765
hestia 12,582
yootheme 12,515
yith-wonder 12,108
porto 11,949
twentyfifteen 11,874