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
h*r*e*-*o*l*.de (WP 6.9.4) F Jul 1, 2026
d*w.c*.jp F Jul 1, 2026
1*2*6*1*.uno (WP 6.9.4) C Jul 1, 2026
p*t*a*a*a*.com F Jul 1, 2026
m*c*i*i*.com (WP 6.9.4) F Jul 1, 2026
g*l*t*8*.fun (WP 7.0) F Jul 1, 2026
g*l*t*8*.net (WP 7.0) F Jul 1, 2026
i*h*r*t*n*e.jp (WP 6.4.8) F Jul 1, 2026
s*r.realtor D Jul 1, 2026
s*o*i*u*s.com (WP 6.7.2) F Jul 1, 2026
g*l*b*a*h*a*u*i*t*.org (WP 5.5.18) F Jul 1, 2026
p*t*i*k*f*r*e*.com (WP 7.0) F Jun 30, 2026
f*m*y*i.com F Jun 30, 2026
a*p*a*u*l*.fr (WP 7.0) F Jun 30, 2026
c*y*m*r*e*i*g.com (WP 7.0) D Jun 30, 2026
j*s*p*e*s.com F Jun 30, 2026
s*o*e*t*r*a*n*e*t.com (WP 6.9.4) C Jun 30, 2026
b*l*o*n*n*a*a*e*y.com F Jun 30, 2026
w*k*r*d*.com F Jun 30, 2026
m*c*i*p*s*i*l*.com F Jun 30, 2026
a*d*m*c*a*y.org F Jun 30, 2026
m*c*a*r*d*o.com F Jun 30, 2026
i*u*o*s.com F Jun 30, 2026
g*n*i*p*o*p*.com F Jun 30, 2026
m*k*s*e*e*s.co (WP 6.9.4) F Jun 30, 2026
c*u*-*r*u*e.com F Jun 30, 2026
m*r*e*m*s*u*.org F Jun 30, 2026
c*t*i*u*e*a*l*.com (WP 7.0) A Jun 30, 2026
w*i*a*a*o*r*a*.com F Jun 30, 2026
n*l*m*i*-*o*o*i*.de (WP 7.0) F Jun 30, 2026
d*s*m*i*z.de (WP 7.0) F Jun 30, 2026
t*t*r*n*f*r*l*.de (WP 7.0) F Jun 30, 2026
t*i*e*m*t*o*a*.c*m.tw F Jun 30, 2026
h*n*l*h*i*t.no (WP 7.0) D Jun 30, 2026
f*k*o*a*i*a*i*g*o*e*.com F Jun 30, 2026
h*n*-*e*e*-*o*r*t*r.de (WP 7.0) F Jun 30, 2026
f*k*h*r*.com F Jun 30, 2026
s*n*o*s*e*l*s*a*e.com D Jun 30, 2026
w*f*l*s*a*l*s*r*p.com F Jun 30, 2026
4*p*.jp (WP 5.8.13) F Jun 30, 2026
m*d*a*8*8.dev (WP 7.0) F Jun 30, 2026
j*l*e*r.com F Jun 30, 2026
s*o*h*r*l*f*.com (WP 6.9.4) F Jun 30, 2026
m*a*h*-*e*b*e*.com F Jun 30, 2026
i*o*n*b*o*.com F Jun 30, 2026
l*k*h*u*e.org (WP 7.0) B Jun 30, 2026
t*h*s*i*a*.jp (WP 5.7.15) D Jun 30, 2026
f*o*g*l*e*.jp F Jun 30, 2026
o*t*e*c*.faith F Jun 30, 2026
p*s*c*l*e*e.com (WP 7.0) F Jun 30, 2026
f*d*s*n*o*o*o.com F Jun 30, 2026
v*s*t*i*k*l*t*a.fi (WP 7.0) F Jun 30, 2026
s*i*a*a*v*.fi (WP 6.9.4) D Jun 30, 2026
k*n*u*.fi C Jun 30, 2026
t*r*s*o*n*e*a*r*z.mx (WP 5.1.19) F Jun 30, 2026
o*e*m.ch F Jun 30, 2026
a*t*r*7.jp F Jun 30, 2026
s*n*l*e*i*r*h*e*i.com D Jun 30, 2026
i*p*e*u*y.com F Jun 30, 2026
p*s*a*b*e*l*.com (WP 7.0) F Jun 30, 2026
b*y*e*t*-*o*r*s*u*.de D Jun 30, 2026
h*a*l*n*s.ng F Jun 30, 2026
t*y*h*r*.net F Jun 30, 2026
c*s*e*l*n*y*l*n*.com (WP 6.9.4) A Jun 30, 2026
n*t*t*b*.com A Jun 30, 2026
v*g*e*t*r*r*s*s.com D Jun 30, 2026
i*i*p*b*i*h*n*.com (WP 7.0) F Jun 30, 2026
j*z*b*l*o*z*p*y*.com (WP 7.0) F Jun 30, 2026
o*d*r*i*e*.org C Jun 30, 2026
a*i*d*-*o*t*a*e.de F Jun 30, 2026
e*o*e*p.nl F Jun 30, 2026
m*d*e*h*e*s.uk (WP 7.0) F Jun 30, 2026
t*c*c*r*u*e.ch F Jun 29, 2026
o*z*w*b*u*d*m*n*.nl D Jun 29, 2026
c*p*l*e*b*r*.nl D Jun 29, 2026
h*k*.ch (WP 7.0) F Jun 29, 2026
f*n*n*e*s*u*r*m*.cz (WP 6.9.4) F Jun 29, 2026
b*l*s*e*i*l*s*.nl (WP 7.0) F Jun 29, 2026
2*o*.de F Jun 29, 2026
g*y*r*v*l*e*s.com C Jun 29, 2026
c*n*u*s*s*p.com (WP 7.0) C Jun 29, 2026
o*z*v*.nl D Jun 29, 2026
s*-*u*s*a*l.de (WP 7.0) F Jun 29, 2026
k*a*n*-*i*k*.cz (WP 6.6.2) F Jun 22, 2026
k*n*u*-*n*o.de A Jun 21, 2026
l*r*x.c*m.ua F Jun 21, 2026
s*o*r*e*.com F Jun 20, 2026
g*d*b*e*a*g*r.no F Jun 20, 2026
s*o*t*e*d*t*i*.net (WP 5.5.9) F Jun 20, 2026
r*e*n*u*e*-*o*n.de F Jun 20, 2026
r*p*d*n*.se F Jun 19, 2026
k*t*s*a.eu (WP 6.9.4) C Jun 19, 2026
k*m*s*n*i*k*n*e.fi F Jun 19, 2026
c*r*s*o*h*w*c*e*t.de (WP 7.0) F Jun 19, 2026
b*r*h*f*t*u*r*n*e*.de F Jun 19, 2026
h*k*n*t*e*o*n*a*n*.de (WP 6.9.1) F Jun 19, 2026
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

Top 50 Plugins

Plugin Count
elementor 1,770,670
contact-form-7 1,752,430
elementor-pro 1,052,476
woocommerce 816,098
revslider 609,110
jetpack 455,281
js_composer 420,184
wp-rocket 341,921
essential-addons-for-elementor-lite 264,914
complianz-gdpr 257,462
gravityforms 257,435
google-site-kit 232,555
cookie-law-info 228,544
instagram-feed 224,942
sitepress-multilingual-cms 210,671
header-footer-elementor 206,836
google-analytics-for-wordpress 205,959
bluehost-wordpress-plugin 192,462
elementskit-lite 180,242
gutenberg 167,162
cookie-notice 148,974
litespeed-cache 143,534
gtranslate 124,906
wpforms-lite 123,932
the-events-calendar 122,493
astra-sites 113,329
popup-maker 109,786
woocommerce-payments 109,450
gutenberg-core 106,504
tablepress 102,169
honeypot 97,746
astra-addon 93,790
wp-smushit 90,919
duracelltomi-google-tag-manager 90,369
layerslider 89,411
all-in-one-seo-pack 89,154
coblocks 87,767
bb-plugin 87,000
akismet 85,051
premium-addons-for-elementor 84,446
ml-slider 83,072
cleantalk-spam-protect 82,690
mailchimp-for-wp 81,877
megamenu 80,262
woocommerce-gateway-stripe 79,553
jet-engine 77,858
fusion-builder 77,168
ewww-image-optimizer 76,597
wp-pagenavi 76,492
smart-slider-3 76,197

Top 50 Themes

Theme Count
hello-elementor 621,008
Divi 496,644
astra 414,290
flatsome 137,871
Avada 121,202
generatepress 115,012
oceanwp 80,398
kadence 78,936
pub 74,605
enfold 68,814
salient 65,240
twentyseventeen 54,376
bb-theme 53,465
betheme 52,425
twentytwentyfour 52,233
blocksy 50,857
cocoon-master 49,213
dt-the7 45,470
twentytwentyfive 44,929
woodmart 42,965
neve 38,166
h4 37,144
Avada-Child-Theme 36,929
gox 36,231
bridge 31,369
twentytwentyone 30,344
lightning 29,931
twentytwenty 28,789
swell 27,967
bricks 26,477
Impreza 26,084
Newspaper 24,190
twentytwentythree 22,123
epik-redesign 19,169
twentytwentytwo 18,776
uncode 18,532
pro 17,631
twentysixteen 17,610
sydney 16,563
storefront 16,339
Total 14,409
hello-theme-child-master 14,016
factory-templates-4 13,732
themify-ultra 12,964
extendable 12,794
hestia 12,599
yootheme 12,534
yith-wonder 12,153
porto 11,942
twentyfifteen 11,851