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

Plugin: wp-external-links (Used by 1,820 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
t*r*n*t.com F Jul 26, 2026
d*k*r*t*u*r*a*m*.com F Jul 26, 2026
r*s*e*l*o*i*t*l*b*a*y.com F Jul 26, 2026
a*f*l*h*c*.de F Jul 26, 2026
s*g*m*s*5*.club (WP 7.0.2) F Jul 26, 2026
4*4*e*w*y.life (WP 7.0.2) F Jul 26, 2026
s*g*m*s*5*.net (WP 7.0.2) F Jul 26, 2026
g*e*t*a*l*e*i*o*t*r*o*r*.com F Jul 26, 2026
a*p*n*o*s*o*k.com F Jul 26, 2026
s*o*i*l*a*i*g.com F Jul 26, 2026
j*t*.org F Jul 26, 2026
u*o*e*n*i*c*v*r*.org (WP 6.9.5) F Jul 26, 2026
n*r*t*c*i.o*.jp F Jul 26, 2026
i*t*r*l*n*t*r.com F Jul 26, 2026
r*d*e*b*c*.de (WP 7.0.2) F Jul 26, 2026
p*n*l*m*r*n*a*.com (WP 7.0.2) F Jul 26, 2026
r*n*e*s*i*e*g*c*u*.com F Jul 26, 2026
m*d*l*s*o*.com B Jul 26, 2026
c*m*i*g*m*e*l*n*e*g.com (WP 7.0.2) F Jul 26, 2026
r*n*u*b*i*k.com (WP 7.0) F Jul 26, 2026
l*i*a*i*h*e*.com F Jul 26, 2026
f*l*k*.bank C Jul 26, 2026
h*b*g*l*t.bar (WP 7.0.2) F Jul 26, 2026
p*n*e*9*9.com (WP 7.0.2) F Jul 26, 2026
v*p*e*x*a*g.com F Jul 26, 2026
a*t*s.solutions (WP 7.0) F Jul 26, 2026
a*t*s.services (WP 7.0.2) F Jul 26, 2026
m*c*n*b*b*.com (WP 6.8.2) F Jul 26, 2026
c*c*n*r*a*.com B Jul 26, 2026
a*k*e*e*s*v*.com F Jul 26, 2026
s*n*b*c*-*o*c*r*-*e*i*s.c*.uk (WP 7.0.2) F Jul 26, 2026
a*k*f*i*.com C Jul 26, 2026
s*u*e*t*a*a*n.com (WP 6.9.5) F Jul 26, 2026
i*u*z.cz (WP 7.0.2) F Jul 26, 2026
c*n*r*m*z*n*.cz (WP 7.0) F Jul 26, 2026
t*c*n*l*g*e.cz (WP 7.0) F Jul 26, 2026
i*e*l*i*b*d*e*i.cz (WP 7.0) F Jul 26, 2026
c*n*r*m*e*.cz (WP 7.0) F Jul 26, 2026
f*v*b*t*8*.com (WP 7.0.2) F Jul 26, 2026
i*e*c*n*e*f*r*u*l*c*a*d*n*.org (WP 7.0.2) F Jul 26, 2026
k*n*s*o*c*a*b*r*u*i*.org (WP 7.0.2) D Jul 26, 2026
k*a*-*c.de F Jul 26, 2026
k*o*l*d*e.c*.uk (WP 7.0.2) F Jul 26, 2026
g*a*u*l*r*c*l*l*w*u*t.com F Jul 26, 2026
c*m*r*d*n*.com F Jul 26, 2026
i*t*n*e*z*.com (WP 7.0.2) F Jul 26, 2026
v*n*p*a*.com (WP 7.0.2) B Jul 26, 2026
l*d*p*w*p*p*i*s.com (WP 7.0) D Jul 26, 2026
j*k.e*u.pl D Jul 26, 2026
w*i*n*c*t*i*h*s*b*y*e*t*.de D Jul 26, 2026
d*l*m*n.org (WP 6.8.6) F Jul 26, 2026
a*k*e*e*s*v*t*a*n*n*.com F Jul 26, 2026
t*e*e*t*e*i*n*w*.com (WP 6.9.5) F Jul 25, 2026
s*r*c*l*s*r*i*i*.com B Jul 25, 2026
s*r*c*l*r*m*.com B Jul 25, 2026
s*r*c*l*i*a*y.com B Jul 25, 2026
7*9*a*b*t.co (WP 7.0.2) F Jul 25, 2026
x*-*u*j*1*n*s*.net (WP 7.0.2) F Jul 25, 2026
r*a*c*n.com F Jul 25, 2026
c*a*t*l*n*.com B Jul 25, 2026
u*t*a*y*l*n*.jp (WP 7.0.2) F Jul 25, 2026
s*r*a*h*c.com (WP 7.0.2) F Jul 25, 2026
s*r*a*g*u.com (WP 7.0.2) F Jul 25, 2026
m*n*v*l*a.com (WP 6.9.5) F Jul 25, 2026
r*c*a*h*e.com D Jul 25, 2026
h*r.realtor D Jul 25, 2026
f*k*o*a*c*v*c*a*l.jp D Jul 25, 2026
m*8*s*o*t*e*t*n*.com (WP 7.0.2) F Jul 25, 2026
f*s*b*o.com F Jul 25, 2026
g*8*.wiki (WP 7.0.2) F Jul 25, 2026
w*k*s*.net F Jul 25, 2026
c*l*f*r*i*w*i*n*y*u*d*s.com C Jul 25, 2026
b*c*h*m*u*g.de F Jul 25, 2026
i*s*i*c*m*g*z*n*.com C Jul 25, 2026
i*s*i*c*m*g.com C Jul 25, 2026
p*a*o*a*l*r*c*l*a*y.com (WP 7.0.2) F Jul 25, 2026
c*l*f*r*i*b*c*p*c*i*g*u*d*s.com C Jul 25, 2026
m*a*t*p*l*s.com (WP 7.0.2) F Jul 25, 2026
y*t*e*o*y*r*i.jp F Jul 25, 2026
d*p*e*a*a.fr A Jul 25, 2026
z*r*v*i*.cz (WP 7.0.2) F Jul 25, 2026
r*o*i*o*y.com (WP 6.8) F Jul 25, 2026
w*s*e*s*i*h*i*g.nl (WP 7.0.2) F Jul 25, 2026
p*u*h*t*p*i*t.com C Jul 25, 2026
r*-*e*.jp F Jul 25, 2026
f*r*t*a*k*a*e.com C Jul 25, 2026
t*a*b*i*k*i*e.com F Jul 25, 2026
d*t*c*m*u*i*i*s.ca F Jul 25, 2026
f*c*o*c*p*.fr F Jul 25, 2026
f*u*h*o*r*e*u*g*b*t*r*p.de (WP 6.9.5) F Jul 25, 2026
k*i*a*k*t.de F Jul 25, 2026
h*n*m*e*c*e*.de C Jul 25, 2026
v*k*a*.ru F Jul 25, 2026
i*s*i*e*b*i*e.com (WP 7.0.2) F Jul 25, 2026
c*r*s*l*c*e*l*b*n*b*r*t*n*.com (WP 7.0.2) F Jul 25, 2026
c*r*s*l*c*e*f*i*r*a*e.com F Jul 25, 2026
t*a*h*o*t*p*i*t.com C Jul 25, 2026
r*c*o*-*c*u*e*.de (WP 7.0.2) F Jul 25, 2026
p*a*e*b*o*p*o*.de (WP 6.2.9) F Jul 25, 2026
s*h*l*e*h*l*b*u.de F Jul 25, 2026

Top 50 Plugins

Plugin Count
elementor 1,776,840
contact-form-7 1,758,478
elementor-pro 1,055,074
woocommerce 817,523
revslider 611,279
jetpack 457,533
js_composer 421,938
wp-rocket 341,667
essential-addons-for-elementor-lite 266,173
complianz-gdpr 259,008
gravityforms 257,969
google-site-kit 232,386
cookie-law-info 229,699
instagram-feed 225,821
sitepress-multilingual-cms 211,333
header-footer-elementor 208,143
google-analytics-for-wordpress 206,707
bluehost-wordpress-plugin 192,722
elementskit-lite 181,340
gutenberg 167,440
cookie-notice 149,808
litespeed-cache 143,617
gtranslate 125,686
wpforms-lite 124,882
the-events-calendar 122,872
gutenberg-core 118,836
astra-sites 114,110
popup-maker 110,286
woocommerce-payments 110,090
tablepress 102,271
honeypot 98,128
astra-addon 94,242
wp-smushit 91,393
coblocks 91,360
duracelltomi-google-tag-manager 90,662
layerslider 89,815
all-in-one-seo-pack 89,546
bb-plugin 87,277
akismet 85,312
premium-addons-for-elementor 84,794
cleantalk-spam-protect 83,108
ml-slider 83,006
mailchimp-for-wp 82,301
megamenu 80,581
woocommerce-gateway-stripe 79,920
jet-engine 77,827
fusion-builder 77,530
ewww-image-optimizer 76,707
wp-pagenavi 76,574
smart-slider-3 76,516

Top 50 Themes

Theme Count
hello-elementor 622,854
Divi 498,842
astra 416,322
flatsome 137,650
Avada 121,751
generatepress 115,146
pub 82,875
oceanwp 80,967
kadence 79,065
enfold 69,212
salient 65,526
twentyseventeen 54,508
bb-theme 53,547
betheme 52,521
twentytwentyfour 52,277
blocksy 51,124
cocoon-master 49,306
dt-the7 45,611
twentytwentyfive 44,890
woodmart 42,031
h4 41,331
neve 38,332
Avada-Child-Theme 37,020
gox 36,279
bridge 31,570
twentytwentyone 30,405
lightning 29,914
twentytwenty 28,851
swell 27,943
bricks 26,539
Impreza 26,135
Newspaper 24,300
twentytwentythree 22,160
epik-redesign 19,218
twentytwentytwo 18,866
uncode 18,639
twentysixteen 17,652
pro 17,630
sydney 16,648
storefront 16,402
Total 14,495
hello-theme-child-master 14,034
factory-templates-4 13,726
themify-ultra 13,004
extendable 12,960
hestia 12,657
yootheme 12,597
yith-wonder 12,316
porto 12,027
twentyfifteen 11,829