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

Plugin: wp-external-links (Used by 1,807 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
l*g*l*n*i*n*w*o*k.com F Jul 4, 2026
l*g*l*n*i*f*o*i*a.com D Jul 4, 2026
s*d*y*k*t.com (WP 6.8.5) F Jul 4, 2026
p*r*e*t*e*k*.com F Jul 4, 2026
g*m*s*o*-*8*.com (WP 7.0) F Jul 3, 2026
c*m*e*e*c*s*r*l*t*o*n*l*e*.com D Jul 3, 2026
s*a*a*-*.com (WP 6.6.5) F Jul 3, 2026
n*r*e*f*r.no (WP 7.0) D Jul 3, 2026
s*a*s*o*.com F Jul 3, 2026
s*a*p*y*h*l*g*.com F Jul 3, 2026
s*a*c*i*e.com F Jul 3, 2026
g*m*r*i*s.com F Jul 3, 2026
p*t*a*s*h*e*.de (WP 7.0) F Jul 3, 2026
a*e*h*i*-*c*m*d.ch (WP 7.0) F Jul 3, 2026
d*f*n*a*o*i*i*l.es F Jul 3, 2026
a*e*e*l*e*i*a*.com F Jul 3, 2026
p*p*e*b*w*.com (WP 6.9.4) D Jul 3, 2026
l*g*c*t*c*-*a*.com (WP 7.0) F Jul 3, 2026
m*h*s*a*e*t.ca F Jul 3, 2026
v*c*n*v*g*t*r*a*a.com (WP 7.0) F Jul 3, 2026
m*s*c*o*i*s*n*m*.com (WP 7.0) F Jul 3, 2026
u*u*.institute F Jul 3, 2026
s*o*e*h.com (WP 7.0) F Jul 3, 2026
c*m*u*a*t*-*o*t*u*s.com (WP 6.9.4) F Jul 3, 2026
m*g*n*e*o*.com (WP 5.5.9) F Jul 3, 2026
r*g*o*a*s*i*g*l*s*c*s*n.de (WP 7.0) F Jul 3, 2026
m*p.realtor D Jul 3, 2026
l*t*g*t*m*u*.net F Jul 3, 2026
s*m*l*-*u*a*-*e*i*a*i*n.org F Jul 3, 2026
m*s*l*o*o*i*.com F Jul 3, 2026
b*e*e*-*n*o*a*i*.de (WP 7.0) F Jul 3, 2026
m*s*a*i*e.com D Jul 3, 2026
k*a*r*a*i*e*o*p*.org C Jul 3, 2026
k*u*r*a*.org F Jul 3, 2026
l*u*s*c*u*t*i*w*.org D Jul 3, 2026
e*e*g*r*c*v*r*c*u*c*l.org (WP 6.2) F Jul 3, 2026
i*d*p*n*e*t*c*e*c*n*w*.com F Jul 3, 2026
s*a*e*u*f*a*e.de (WP 6.7.5) F Jul 3, 2026
h*p*y*a*m*u*p*e*.com B Jul 3, 2026
v*e*n*m*n*v*.info (WP 6.7.5) F Jul 3, 2026
c*c*.org (WP 7.0) A Jul 3, 2026
c*s*i*.org F Jul 3, 2026
t*a*-*u*.be (WP 4.6.30) F Jul 3, 2026
s*u*i*t*p.com (WP 6.9.4) F Jul 3, 2026
b*n*.de (WP 6.9.4) F Jul 3, 2026
s*o*e*t*r*a*n*e*t.de (WP 6.9.4) C Jul 3, 2026
y*i*i*s*a.fi (WP 7.0) F Jul 3, 2026
g*t*l*s*b*r*i*.de F Jul 3, 2026
l*a*t*u*h*r*t*.com A Jul 3, 2026
a*f*p*t.ru (WP 6.8.5) F Jul 3, 2026
s*v*p*.com F Jul 3, 2026
m*n*h*u*c*y*m.com (WP 6.9.4) F Jul 2, 2026
a*b*t*a*o*s.jp F Jul 2, 2026
c*r*a*y.jp (WP 7.0) F Jul 2, 2026
g*p.business (WP 6.9.4) F Jul 2, 2026
p*r*i*s*e*i*.de (WP 7.0) F Jul 2, 2026
j*b*e*r*h.guide (WP 7.0) D Jul 2, 2026
g*s*n*u*s.eu (WP 7.0) F Jul 2, 2026
p*d*a*r*g*b*r*i*.com (WP 7.0) F Jul 2, 2026
u*i*e*i.jp F Jul 2, 2026
r*n*n*.o*.jp (WP 5.7.15) F Jul 2, 2026
w*s*y.org (WP 7.0) C Jul 2, 2026
l*u*s*n*t*f*.de (WP 5.9.13) F Jul 2, 2026
2*i*u*y.cz (WP 6.6.2) F Jul 2, 2026
c*n*r*d*l*m*r.com F Jul 2, 2026
s*o*i*.sk F Jul 2, 2026
c*i*b*n*m*s*a*t*.com C Jul 2, 2026
c*i*b*n*m*u*t*h*s*a.com C Jul 2, 2026
s*t*s*i*i*e.com F Jul 2, 2026
e*j*y*8*.net (WP 7.0) F Jul 2, 2026
c*i*a*e*m*a*t*t*a*k*r.com (WP 6.9.4) D Jul 2, 2026
m*g*a*n*-*m*a*b*i*s*l*t*.de F Jul 2, 2026
b*g*a*a*t*d*e*.net (WP 7.0) F Jul 2, 2026
m*t*h*w*l*r*.xyz (WP 4.8.1) F Jul 2, 2026
b*r*e*f*e*d.com (WP 4.8.1) F Jul 2, 2026
v*l*e*i*e*.com F Jul 2, 2026
a*f*o*e*t.com F Jul 2, 2026
g*b*l*b*.com (WP 7.0) F Jul 2, 2026
v*a*c.org D Jul 2, 2026
i*w*c*t*h*s*i*e.org D Jul 2, 2026
c*i*n*f*r*t*s.com F Jul 2, 2026
b*b*b*a*h*w*t*l*r.de (WP 7.0) F Jul 2, 2026
e*o*i*.live (WP 7.0) F Jul 2, 2026
w*i*a*.fi F Jul 2, 2026
m*g*i*t*g*.jp (WP 6.5.8) F Jul 2, 2026
s*k*i*i*n*n*i*.com (WP 6.3.8) F Jul 2, 2026
c*n*e*d*v*c*.com F Jul 2, 2026
p*r*c*t*p*o*l*.com F Jul 2, 2026
a*-*a*e.com (WP 5.5.9) F Jul 2, 2026
k*n*e*a*i*-*i*d*i*l*k*.pl (WP 6.4.3) F Jul 2, 2026
j*w*a.org (WP 5.4.19) F Jul 2, 2026
v*l*e*a*p*a*s*l.c*.jp (WP 7.0) F Jul 2, 2026
f*d*u*a*-*a*t*i.info (WP 7.0) F Jul 2, 2026
i*k*a*e.be (WP 6.9) F Jul 2, 2026
c*i*h*m*g.com (WP 6.9.4) F Jul 2, 2026
w*k*n*e*t*o*s.org F Jul 2, 2026
s*g*s*r*.com F Jul 2, 2026
f*t*e*s.club F Jul 2, 2026
f*d*t*m.com F Jul 2, 2026
p*i*c*s*i*t*e*o*e*.org D Jul 2, 2026

Top 50 Plugins

Plugin Count
elementor 1,773,066
contact-form-7 1,754,699
elementor-pro 1,053,398
woocommerce 816,868
revslider 609,950
jetpack 456,151
js_composer 420,819
wp-rocket 341,566
essential-addons-for-elementor-lite 265,266
complianz-gdpr 257,980
gravityforms 257,686
google-site-kit 232,621
cookie-law-info 228,902
instagram-feed 225,266
sitepress-multilingual-cms 210,874
header-footer-elementor 207,407
google-analytics-for-wordpress 206,188
bluehost-wordpress-plugin 192,588
elementskit-lite 180,622
gutenberg 167,311
cookie-notice 149,235
litespeed-cache 143,547
gtranslate 125,193
wpforms-lite 124,272
the-events-calendar 122,579
astra-sites 113,631
gutenberg-core 113,508
popup-maker 110,000
woocommerce-payments 109,709
tablepress 102,202
honeypot 97,891
astra-addon 93,947
wp-smushit 91,090
duracelltomi-google-tag-manager 90,451
coblocks 89,789
layerslider 89,525
all-in-one-seo-pack 89,300
bb-plugin 87,066
akismet 85,166
premium-addons-for-elementor 84,433
ml-slider 83,034
cleantalk-spam-protect 82,813
mailchimp-for-wp 82,012
megamenu 80,374
woocommerce-gateway-stripe 79,700
jet-engine 77,827
fusion-builder 77,281
ewww-image-optimizer 76,638
wp-pagenavi 76,523
smart-slider-3 76,327

Top 50 Themes

Theme Count
hello-elementor 621,543
Divi 497,327
astra 415,116
flatsome 137,795
Avada 121,363
generatepress 114,678
oceanwp 80,569
pub 79,286
kadence 78,818
enfold 68,928
salient 65,362
twentyseventeen 54,403
bb-theme 53,484
betheme 52,451
twentytwentyfour 52,191
blocksy 51,007
cocoon-master 49,241
dt-the7 45,528
twentytwentyfive 44,925
woodmart 42,693
h4 39,561
neve 38,220
Avada-Child-Theme 36,954
gox 36,252
bridge 31,437
twentytwentyone 30,343
lightning 29,939
twentytwenty 28,835
swell 27,982
bricks 26,516
Impreza 26,104
Newspaper 24,234
twentytwentythree 22,139
epik-redesign 19,181
twentytwentytwo 18,831
uncode 18,592
twentysixteen 17,623
pro 17,621
sydney 16,585
storefront 16,374
Total 14,410
hello-theme-child-master 14,004
factory-templates-4 13,730
themify-ultra 12,971
extendable 12,866
hestia 12,599
yootheme 12,547
yith-wonder 12,223
porto 11,980
twentyfifteen 11,835