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

Plugin: wp-external-links (Used by 2,123 domains)

External Links – nofollow, noopener & new window

πŸ‘€ WebFactory πŸ“¦ v2.64 πŸ”— Plugin Homepage

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
d*l*h*p.com βœ… F 2026-05-31 17:30:47
b*c*.o*.jp (WP 6.8.5) βœ… F 2026-05-31 16:47:49
c*r*e*s*t*a*d*n*l*e*l*h.com βœ… F 2026-05-31 16:34:33
l*i*t*.e*a*j*l*.fi (WP 6.9.4) βœ… D 2026-05-31 16:17:02
b*o*i*a*i*.com (WP 7.0) βœ… F 2026-05-31 16:14:59
l*t*s*h*d*l*.com (WP 6.9.4) βœ… F 2026-05-31 15:32:53
m*c*t*e*s.gr βœ… F 2026-05-31 15:11:35
h*m*l*s*m*t*e*s.org βœ… F 2026-05-31 14:15:12
i*i*v*e*n*m.com (WP 7.0) βœ… F 2026-05-31 13:55:43
m*i*a*c*r.u*c.edu βœ… F 2026-05-31 13:48:07
o*c.u*c.edu βœ… F 2026-05-31 13:48:06
v*e*n*m*g*n*r*l*o*s*l*t.de (WP 6.9.4) πŸ”“ F 2026-05-31 13:18:10
s*d.j*n*g*.o*.jp βœ… F 2026-05-31 13:06:06
j*n*g*.o*.jp βœ… F 2026-05-31 13:06:06
m*n*t*j*p*n.com βœ… F 2026-05-31 12:44:36
h*b*r*o*a*o*a*.com (WP 7.0) βœ… F 2026-05-31 10:54:08
d*t*t*n*e*.io βœ… F 2026-05-31 10:32:48
e*d*.org βœ… F 2026-05-31 10:01:53
s*e*h*i*c*e*-*o*-*e*m*r.com βœ… D 2026-05-31 09:57:01
l*c*l*o*u*i*n*f*r*a*n*.org (WP 6.9.4) βœ… F 2026-05-31 09:45:47
n*w*a.com βœ… F 2026-05-31 08:15:49
a*h*e*o*.com βœ… F 2026-05-31 07:22:47
1*2*6*1*.onl (WP 6.9.4) βœ… C 2026-05-31 07:15:30
p*e*t*g*m*d*a*s*.com βœ… F 2026-05-31 07:13:24
o*t*r*o*r*n*t*l*d*c*t*o*.ca βœ… F 2026-05-31 07:09:39
l*g*l*x*9.com (WP 6.9.4) βœ… F 2026-05-31 06:52:58
f*e*s*a*t*m*r*.de (WP 7.0) βœ… F 2026-05-31 06:48:47
s*u*g*s*o*o*c*c*e*a*l*.com (WP 6.9.4) βœ… F 2026-05-31 06:19:18
p*e*s*p.com (WP 7.0) βœ… F 2026-05-31 05:48:35
f*y*r*v*w*l*.com (WP 7.0) βœ… F 2026-05-31 05:38:39
c*r*m*t*-*k*o*k*.com βœ… F 2026-05-31 05:20:17
i*a*c*e*a*u*a*.com (WP 7.0) βœ… F 2026-05-31 04:42:30
d*e*b*.de (WP 6.9.4) βœ… B 2026-05-31 04:25:46
d*t*n*m*l.com (WP 7.0) βœ… F 2026-05-31 03:57:05
e*o*w*r*s.g*.jp (WP 7.0) βœ… F 2026-05-31 03:48:06
c*s*b*o*i*s.cz βœ… A 2026-05-31 02:55:02
c*e*u*s*r*a.cz βœ… A 2026-05-31 02:55:02
f*r*v*i.eu βœ… F 2026-05-31 02:51:54
a*c.c*s.r*z*.u*i*e*l*n*e*.de βœ… F 2026-05-31 02:48:37
a*e*i*r*e*m*.com (WP 7.0) βœ… F 2026-05-31 02:33:13
f*u*g*d*n*e*.com (WP 6.4.8) ⚠️ F 2026-05-31 02:30:57
i*a*a*b*.com βœ… F 2026-05-31 02:26:30
l*n*.h*a*t*i*k.c*m.sg (WP 6.8.5) βœ… F 2026-05-31 02:17:09
s*o*t.h*a*t*i*k.c*m.sg (WP 6.8.5) βœ… F 2026-05-31 02:17:09
d*u*e*.de (WP 7.0) βœ… D 2026-05-31 02:15:07
u*i*e*w*y*i.org βœ… F 2026-05-31 01:00:44
s*h*e*w*l*.net βœ… F 2026-05-31 00:21:25
b*n*u*-*r*n*o*a*l*m*n*e.fr (WP 6.9.4) βœ… A 2026-05-31 00:15:08
3*1*e*8*f*.n*c*i.io βœ… F 2026-05-31 00:01:16
t*v*c*s*e*a*d*.de βœ… F 2026-05-30 22:43:44
h*c*z*i*d*-*a*h*e*.de βœ… F 2026-05-30 22:43:44
a*f*6*8.bet (WP 6.9.4) βœ… F 2026-05-30 22:13:17
a*m*s*i*.a*m*.mil (WP 6.9.4) βœ… D 2026-05-30 21:28:02
g*i*c*n*e.com (WP 7.0) βœ… F 2026-05-30 21:06:57
g*i*c*n*.com (WP 7.0) βœ… F 2026-05-30 21:06:57
k*n*y*.r*c*e*t*o*.o*.jp (WP 7.0) βœ… F 2026-05-30 20:55:05
g*m*s*o*7*9.fun (WP 6.9.4) βœ… F 2026-05-30 19:08:04
f*o*i*a*o*a*c*p*a*.com βœ… B 2026-05-30 18:58:42
a*-*o*p*t*l*t*.com βœ… F 2026-05-30 18:51:09
s*a*l*.com (WP 6.9.4) βœ… A 2026-05-30 18:32:29
m*o*l*.e*g*r*t*w*i*.de (WP 7.0) βœ… F 2026-05-30 18:31:02
c*o*d.e*g*r*t*w*i*.de (WP 7.0) βœ… F 2026-05-30 18:31:02
a*t*o*o*i*-*o*w.de βœ… F 2026-05-30 18:29:05
m*i*e*f*e*z*i*.net βœ… F 2026-05-30 18:16:35
s*n*k*s*e*-*b*.de (WP 6.4.8) ⚠️ D 2026-05-30 18:07:26
p*r*s*s*e*.de (WP 7.0) βœ… C 2026-05-30 17:24:15
b*o*.b*c*4*p*.com πŸ“„ F 2026-05-30 17:04:39
m*m*y*v*r*o*k.com (WP 6.9.4) βœ… F 2026-05-30 16:17:16
p*r*f*l*b*o*.com (WP 5.1.19) ⚠️ F 2026-05-30 16:16:50
b*o*.p*u*g*i*e*.com (WP 7.0) βœ… F 2026-05-30 15:50:27
g*e*s*n*.com (WP 7.0) βœ… F 2026-05-30 14:57:20
r*p*8*.r*p*.net βœ… F 2026-05-30 14:42:13
r*p*8*.r*p*.net (WP 6.7.1) βœ… F 2026-05-30 14:42:13
k*v*m*g*z*n*.com (WP 6.9.4) βœ… F 2026-05-30 14:41:38
a*t*o*i*s.com (WP 7.0) βœ… F 2026-05-30 14:39:00
j*b*.d*h*.de (WP 6.8.5) βœ… F 2026-05-30 14:36:52
r*c*n*e*t*n*-*i*h*t*e*6*s.com (WP 7.0) βœ… F 2026-05-30 13:18:27
c*t*z*n*a*d*c*o*a*s.m*g*f*p*a*.info (WP 6.9.4) βœ… D 2026-05-30 13:03:48
d*n*p*u*s*a*e*.com βœ… F 2026-05-30 12:32:47
r*-*a*a*i*.com βœ… B 2026-05-30 12:30:19
1*8*b*t.co (WP 6.9.4) βœ… F 2026-05-30 12:09:51
l*n*s*a*c*f*.com βœ… F 2026-05-30 11:14:19
p*e*i*i*n*c*p*n*t*r*c*i*i*.com (WP 6.6.2) βœ… F 2026-05-30 11:10:37
d*n*e*u*c*p*l*c*b*a*.com (WP 3.4.2) ⚠️ F 2026-05-30 10:45:53
n*u*o*e*i*t*i*s*k*e*.com (WP 6.9.4) βœ… F 2026-05-30 10:45:08
t*e*h*e*e*l*b*a*e*s.com βœ… F 2026-05-30 10:40:10
t*e*h*e*e*l*b.com βœ… F 2026-05-30 10:40:10
i*s*d*u*e*o*.de (WP 6.7.5) βœ… F 2026-05-30 10:25:27
r*o*k*4*8*.com (WP 6.8.1) βœ… F 2026-05-30 10:17:29
d*n*t*s*o*t*.com βœ… D 2026-05-30 09:55:37
i*v*f*r.com βœ… F 2026-05-30 08:51:39
t*u*h*y*s*n*r*.com βœ… F 2026-05-30 08:30:11
v*e*k*i*g*n*l*b*-*e*u*d.de (WP 7.0) βœ… F 2026-05-30 08:15:51
k*a*a*g.com βœ… F 2026-05-30 08:15:31
l*n*l*r*b*d*s*g*.com βœ… F 2026-05-30 08:04:59
s*u*i*.k*t*t*.com (WP 6.9.4) βœ… F 2026-05-30 06:16:43
d*c*u*s*.org (WP 7.0) βœ… F 2026-05-30 06:04:27
p*i*t*r*d.one βœ… F 2026-05-30 05:55:42
f*g*l*.com βœ… D 2026-05-30 05:39:19
i*.t*e*l*n*t*r*s*s*e*.org (WP 6.9.4) βœ… F 2026-05-30 05:33:41

Top 50 Plugins

Plugin Count
elementor 1,834,974
contact-form-7 1,805,395
elementor-pro 1,069,674
woocommerce 831,175
revslider 628,526
jetpack 473,249
js_composer 440,228
wp-rocket 341,005
essential-addons-for-elementor-lite 300,145
gravityforms 270,579
complianz-gdpr 262,997
cookie-law-info 236,572
instagram-feed 232,313
google-site-kit 226,154
sitepress-multilingual-cms 225,560
google-analytics-for-wordpress 217,459
header-footer-elementor 213,861
elementskit-lite 211,389
bluehost-wordpress-plugin 191,844
gutenberg 164,589
gutenberg-core 162,474
cookie-notice 155,603
litespeed-cache 135,239
the-events-calendar 134,880
wpforms-lite 131,470
gtranslate 130,461
astra-sites 121,039
popup-maker 118,166
woocommerce-payments 114,462
tablepress 112,366
coblocks 101,429
honeypot 99,514
astra-addon 96,982
duracelltomi-google-tag-manager 95,600
wp-smushit 95,268
all-in-one-seo-pack 94,836
LayerSlider 93,178
bb-plugin 91,997
megamenu 88,536
premium-addons-for-elementor 88,535
akismet 87,226
mailchimp-for-wp 85,188
cleantalk-spam-protect 85,035
woocommerce-gateway-stripe 84,457
ml-slider 82,764
borlabs-cookie 81,569
fusion-builder 81,119
wp-pagenavi 80,609
ewww-image-optimizer 80,505
formidable 79,254

Top 50 Themes

Theme Count
hello-elementor 627,686
Divi 519,455
astra 431,031
flatsome 140,279
Avada 126,551
generatepress 124,831
pub 111,883
oceanwp 85,062
kadence 80,297
enfold 73,148
salient 67,774
twentytwentyfour 59,833
h4 57,433
twentyseventeen 57,275
bb-theme 55,987
betheme 52,878
cocoon-master 52,403
blocksy 51,939
dt-the7 47,031
twentytwentyfive 44,923
neve 40,199
Avada-Child-Theme 38,272
sydney 37,893
woodmart 33,918
gox 33,881
bridge 33,424
twentytwentyone 32,668
lightning 31,833
twentytwenty 30,617
swell 28,847
Impreza 27,049
bricks 26,563
twentytwentythree 24,358
Newspaper 24,061
voxel 23,714
kubio 20,713
sinatra 20,411
twentytwentytwo 20,219
uncode 19,485
epik-redesign 19,279
twentysixteen 18,605
storefront 18,237
pro 18,053
Total 14,987
extendable 14,808
yith-wonder 14,114
hello-theme-child-master 13,652
themify-ultra 13,248
yootheme 13,220
hestia 13,119