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

Plugin: wp-external-links (Used by 2,130 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
b*o*-*n.t*e*l*n*t*r*s*s*e*.org (WP 6.9.4) βœ… F 2026-05-11 12:51:11
5*o*h*s*o*a.com (WP 6.9.4) βœ… D 2026-05-11 12:21:09
k*u*h*-*i*e*.c*.jp (WP 6.9.4) βœ… F 2026-05-11 12:16:55
w*z*i.website (WP 6.9.4) βœ… F 2026-05-11 11:32:19
g*o*t*s.com (WP 6.9.4) βœ… F 2026-05-11 11:22:42
g*l*b*a*h*a*u*i*t*.com (WP 5.5.18) ⚠️ F 2026-05-11 10:24:23
q*r*b*g.com (WP 6.8.5) βœ… C 2026-05-11 10:12:09
q*n*n*r.com βœ… F 2026-05-11 09:59:21
a*a*e*.net (WP 6.9.4) βœ… F 2026-05-11 09:23:39
l*n*r*s*e.l*r*v*l.fr (WP 5.9.13) ⚠️ F 2026-05-11 08:58:28
z*n*c*r*-*r*.at βœ… F 2026-05-11 08:42:50
r*f*e*t*n*r*i*b*w*w*e*s*n*t*e*s.lgbt βœ… F 2026-05-11 07:50:14
w*e*t*e*s*e*c*i*f*a*r*.at βœ… F 2026-05-11 07:40:26
c*i*i*i*r*d*f*a*c*.fr βœ… C 2026-05-11 07:12:03
w*l*i*v*s*o*s.com (WP 6.9.4) βœ… F 2026-05-11 06:36:31
t*h*r*s*.com βœ… D 2026-05-11 05:53:37
i*s*i*e*b*i*e.net (WP 6.7.5) βœ… F 2026-05-11 05:53:23
c*d.realtor βœ… D 2026-05-11 05:46:19
n*m*2*i*.com (WP 6.9.4) βœ… F 2026-05-11 05:28:34
n*w*.m*n*f*n*e*.co βœ… F 2026-05-11 03:53:47
b*s*f*n*n*i*l*y.com βœ… F 2026-05-11 03:51:32
k*i*i*b*r*.com βœ… F 2026-05-11 03:41:21
e*o*k*o*t.com βœ… F 2026-05-11 03:37:50
w*k*m*t*l*s.com (WP 6.1.10) ⚠️ πŸ”“ B 2026-05-11 03:02:37
l*m*v*r*a.com βœ… F 2026-05-11 02:57:35
t*e*w*n*o*n*b*y*n*.com (WP 6.9.4) βœ… A 2026-05-11 02:56:57
a*l*o*t*.org (WP 6.9.4) βœ… F 2026-05-11 01:59:39
j*y*o*t*a*i*a*.com (WP 6.9.4) βœ… F 2026-05-11 01:56:37
e*m*c*p*.com (WP 6.9.4) βœ… F 2026-05-11 01:55:54
c*e*t*v*c*a*t.ca βœ… F 2026-05-11 01:45:36
s*a*n*a*e.com βœ… F 2026-05-11 01:08:45
g*e*t*o*s*-*o*t*l.com βœ… F 2026-05-11 00:50:11
a*b*s*o*i*w*i*i*g.com βœ… F 2026-05-11 00:48:27
s*k*g*m*-*r*u*.c*.jp (WP 4.9.26) ⚠️ F 2026-05-11 00:42:54
s*a*t*c*i*b*n*g*i*e*.com βœ… C 2026-05-11 00:37:11
m*l*i*p*a*.org βœ… A 2026-05-11 00:24:09
s*e*.realtor βœ… D 2026-05-11 00:09:35
a*c*i*.gov βœ… F 2026-05-10 23:51:59
r*o*e*s*a*d*o*d*e*g*b*r.org βœ… F 2026-05-10 23:22:32
n*k*b*o*4.com βœ… F 2026-05-10 23:22:26
w*c*e*s*i*h.com βœ… D 2026-05-10 23:15:22
n*j*5*5.com βœ… F 2026-05-10 23:08:47
n*w*.f*s*x.pl βœ… F 2026-05-10 22:39:37
e*a*w*t*h.org (WP 6.9.4) βœ… F 2026-05-10 22:29:03
t*b*o*d*o*i*m.com βœ… F 2026-05-10 21:49:35
t*b*o*d*a*i*n*l.com βœ… F 2026-05-10 21:49:35
e*l*e*7.com βœ… F 2026-05-10 21:44:04
j*v*e*c*a.com βœ… F 2026-05-10 21:15:33
l*c*y*3*.today (WP 6.9.4) βœ… F 2026-05-10 21:10:28
t*e*g*a*g*o*l*s*.com βœ… C 2026-05-10 20:59:50
4*l*-*e*.com (WP 5.8.13) ⚠️ F 2026-05-10 20:59:19
c*t*c.org πŸ”“ F 2026-05-10 20:32:02
n*x*s*r*j*c*.us βœ… C 2026-05-10 20:19:13
l*l*n*k*n.com (WP 6.9.4) βœ… F 2026-05-10 19:54:12
4*9*i*a*s*.com (WP 6.2.9) ⚠️ F 2026-05-10 19:52:10
t*b*b*t*r*u.com (WP 6.1.10) ⚠️ F 2026-05-10 19:44:40
i*a*a*b*.o*g.br (WP 6.9.4) βœ… F 2026-05-10 19:42:06
m*g*z*n*y*n*s.cz (WP 6.8.1) βœ… F 2026-05-10 19:06:15
n*p*.nl βœ… F 2026-05-10 18:30:28
w*o*e*o*e*e*a*r*.com βœ… F 2026-05-10 18:22:21
b*t*l*x*r*9.com (WP 6.9.4) βœ… D 2026-05-10 18:14:17
s*i*w*-*a*a*l.c*.jp (WP 6.7.5) βœ… F 2026-05-10 18:13:48
h*s*o*y*f*e*h*o*o*y.org βœ… F 2026-05-10 18:08:26
b*s*o*e*l*d*s.com (WP 6.9.4) βœ… F 2026-05-10 17:42:34
m*h*-*o*i*s.com βœ… F 2026-05-10 16:50:19
p*a.realtor βœ… D 2026-05-10 16:41:07
r*p*7*.r*p*.net βœ… F 2026-05-10 16:01:28
4*1*o*n*r*m*n*a*.com βœ… F 2026-05-10 15:31:15
w*i*e*i*t*m*v*e.com βœ… F 2026-05-10 15:12:47
c*r*o*a*e*e*l*h*a*r*t*m*a.com βœ… F 2026-05-10 14:59:23
c*r*o*a*e*e*l*h*a*r*j*c*s*n*i*l*.com βœ… F 2026-05-10 14:59:23
s*a*e*a*p*o*.com βœ… F 2026-05-10 14:54:00
r*s*o*.cat (WP 6.9.4) βœ… F 2026-05-10 14:38:00
g*n*t*c*h*m*n*g*n*y.org (WP 6.9.4) βœ… F 2026-05-10 14:25:46
r*e*a.de βœ… F 2026-05-10 14:25:18
n*g*n*-*u*k*n.com βœ… F 2026-05-10 14:20:29
e*d*-*c*3*1*8*1*4*.n*e*g*.io βœ… C 2026-05-10 13:24:09
r*d*o*a*.ch (WP 6.8.1) βœ… F 2026-05-10 13:20:12
b*r*a*a*e*.com (WP 6.9.4) βœ… F 2026-05-10 13:12:47
f*z*-*i.jp βœ… F 2026-05-10 12:28:41
p*n*i*c*.com βœ… F 2026-05-10 12:17:36
m*h*j*n*-*a*t*r*m*k*a*.com (WP 6.1.10) ⚠️ F 2026-05-10 12:15:49
c*m*s*a*.com (WP 6.9.1) βœ… C 2026-05-10 11:59:42
t*e*h*i*-*u*i*.de (WP 6.9.4) βœ… F 2026-05-10 11:57:51
o*d.v*t.u*i*i.it βœ… F 2026-05-10 11:46:11
b*i*.cz βœ… A 2026-05-10 11:43:42
r*s*t*n*t*.a*m*d*y*a.us βœ… C 2026-05-10 11:40:17
p*a*m*b*r*m*t*r.de (WP 6.9.4) βœ… F 2026-05-10 11:15:57
s*u*u*u*i.com βœ… F 2026-05-10 11:15:51
3*c*o*t*a*e*.com βœ… F 2026-05-10 11:12:52
p*z*e*8*8.co (WP 6.9.4) βœ… F 2026-05-10 11:07:52
p*o*t*h*n*i*f*-*o*s*c*t*l.org βœ… F 2026-05-10 10:55:55
p*n*a*i*a.com (WP 6.7.5) βœ… F 2026-05-10 10:49:35
j*r*d*a*c*i*f.com βœ… B 2026-05-10 10:46:24
b*r*i*-*i*h*s.com βœ… F 2026-05-10 10:44:01
c*d*.net βœ… F 2026-05-10 10:14:52
s*s*e*-*a*h*t*.com βœ… F 2026-05-10 09:46:34
c*l*r*i*d*e*.com βœ… F 2026-05-10 09:13:36
n*c*w*c*s*a*p*s.com (WP 6.9.4) βœ… D 2026-05-10 08:52:03
n*c*u*i*h*.com (WP 6.4.8) ⚠️ F 2026-05-10 08:52:03

Top 50 Plugins

Plugin Count
elementor 1,845,026
contact-form-7 1,814,379
elementor-pro 1,074,639
woocommerce 834,328
revslider 631,057
jetpack 474,701
js_composer 442,043
wp-rocket 343,148
essential-addons-for-elementor-lite 303,315
gravityforms 291,645
complianz-gdpr 264,632
cookie-law-info 238,008
instagram-feed 233,160
google-site-kit 227,086
sitepress-multilingual-cms 226,612
google-analytics-for-wordpress 218,275
header-footer-elementor 214,731
elementskit-lite 214,055
bluehost-wordpress-plugin 191,979
gutenberg 165,128
gutenberg-core 163,247
cookie-notice 156,862
litespeed-cache 137,160
the-events-calendar 135,646
wpforms-lite 131,895
gtranslate 131,059
astra-sites 121,430
popup-maker 118,674
woocommerce-payments 114,788
tablepress 113,253
coblocks 101,881
honeypot 100,128
astra-addon 97,326
duracelltomi-google-tag-manager 96,036
wp-smushit 95,656
all-in-one-seo-pack 95,213
LayerSlider 93,578
bb-plugin 92,205
megamenu 89,033
premium-addons-for-elementor 88,891
akismet 87,453
mailchimp-for-wp 85,480
cleantalk-spam-protect 85,280
woocommerce-gateway-stripe 84,759
ml-slider 83,225
borlabs-cookie 82,106
fusion-builder 81,492
wp-pagenavi 81,138
ewww-image-optimizer 80,807
smart-slider-3 79,595

Top 50 Themes

Theme Count
hello-elementor 631,095
Divi 521,797
astra 432,703
flatsome 142,108
Avada 127,084
generatepress 125,483
pub 112,409
oceanwp 85,449
kadence 80,767
twentytwentyfour 80,280
enfold 73,503
salient 68,110
h4 57,690
twentyseventeen 57,578
bb-theme 56,107
betheme 53,173
cocoon-master 52,483
blocksy 52,231
dt-the7 47,224
twentytwentyfive 45,213
sydney 42,519
neve 40,452
Avada-Child-Theme 38,420
woodmart 34,046
gox 34,021
bridge 33,548
twentytwentyone 32,826
lightning 31,937
twentytwenty 30,760
swell 28,919
Impreza 27,210
bricks 26,663
voxel 25,694
twentytwentythree 24,488
Newspaper 24,266
sinatra 22,661
kubio 21,620
twentytwentytwo 20,266
uncode 19,571
epik-redesign 19,281
twentysixteen 18,733
storefront 18,307
pro 18,094
Total 15,054
extendable 14,875
yith-wonder 14,120
hello-theme-child-master 13,717
themify-ultra 13,308
yootheme 13,284
hestia 13,196