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

Plugin: ethpress (Used by 5 domains)

EthPress – Web3 Login

πŸ‘€ lynn999 πŸ“¦ v2.3.5 πŸ”— Plugin Homepage

The EthPress Web3 Login WordPress Plugin adds a capability to connect with cryptocurrency wallets such as MetaMask for Ethereum, Binance Smart Chain (BSC), Polygon (MATIC) or any other EVM-compatible blockchain, and wallets that support WalletConnect QR code. Adds a button to WordPress login screen that will let users securely log in with their crypto wallet.

Add the capability to log in with cryptocurrency wallets such as MetaMask for Ethereum, and wallets that support WalletConnect QR code. Adds a button to WordPress login screen that will let users securely log in with their crypto wallet.

In the background, a regular WordPress user account is created, so existing plugins and customizations will have no problem working along.

The EthPress NFT Access Add-On can be used to control access for WooCommerce products, simple pages and posts.

Features

  • A web3 login button is added to your login screen automatically
  • Use the EthPress widget for maximum ease
  • A shortcode [ethpress_login_button] can be used to display the Login button anywhere
  • A shortcode [ethpress_link_button] can be used to display the Link accounts button anywhere. The new account linked address will be put in all HTML elements with the ethpress-address-changed class present.
  • Local signature verification. To verify signatures locally with JavaScript, see this guide please.

Features PRO

The EthPress PRO version is required to use these features. Free 7 days Trial is available!

  • Managed Verification Service.
  • EthPress login button on a WooCommerce Login, Register and Checkout Forms.
  • The [ethpress_account] short code can be used to display the current user’s address logged with.
  • Buttons labels text can be changed in plugin settings
  • WooCommerce Account Details show Link Wallet button setting
  • The Redirect URL setting can be used to set an URL of a page to redirect after a successful login
  • The login_button_label attribute can be used to change the label for the login button displayed with a [ethpress_login_button] shortcode

The NFT Token based access control for the WooCommerce products, simple pages and posts can be done with the EthPress NFT Access Add-On. Free 7 days Trial is available!

Integrations

EthPress NFT Access Add-On Features

Check user NFT authentication control (non-fungible token, erc-721 and erc-1155) ownership.
The EthPress NFT Access Add-On is perfect for blocking users access to a Page, a Post and a WooCommerce Product page, if they don’t own a certain NFT token.

Free 7 days Trial is available

  • Site wide NFT verification requirement to register or login
  • Restrict access to a Page to some NFT token owners only
  • Restrict access to a Post to some NFT token owners only
  • Restrict access to a WooCommerce Product to some NFT token owners only
  • Shortcode to display your access level: [ethpress_nft_access_addon_nft product_id=”1337β€³]
  • ERC721 and ERC1155 non-fungible token standards are supported

Integrations

  • LearnPress LMS courses access can be granted with NFT token
  • Tutor LMS courses access can be granted with NFT token
  • Ethereum Wallet plugin generated accounts are also tested
  • The ethpress_nft_access_get_user_accounts filter can be used to add wallets for testing:

    add_filter('ethpress_nft_access_get_user_accounts', function($accounts) {
        $more_accounts = get_more_accounts();
        return array_merge($accounts, $more_accounts);
    });
    

Disclaimer

By using this free plugin you accept all responsibility for handling the account balances for all your users.

Under no circumstances is ethereumico.io or any of its affiliates responsible for any damages incurred by the use of this plugin.

Every effort has been made to harden the security of this plugin, but its safe operation depends on your site being secure overall. You, the site administrator, must take all necessary precautions to secure your WordPress installation before you connect it to any live wallets.

You are strongly advised to take the following actions (at a minimum):

By continuing to use the EthPress plugin, you indicate that you have understood and agreed to this disclaimer.

Hooks

These hooks can be used to add your custom logic after user logged in or linked an account using the EthPress plugin functionality.

The login_redirect hook is a standard WordPress hook you can use to customize the page user should be redirected after login.

The EthPress PRO version has a feature to configure it on the plugin settings page. Free 7 days Trial is available!

/**
 * Fires after every login attempt.
 *
 * @param WP_User|WP_Error $user WP_User on success, WP_Error on failure.
 * @param (string|false) $provider One of 'metamask', 'walletconnect', false.
 */
do_action( 'ethpress_login', $user, $provider );

/**
 * Fires after every user account linking success.
 *
 * @param WP_User|WP_Error $user WP_User on success, WP_Error on failure.
 * @param (string|false) $provider One of 'metamask', 'walletconnect', false.
 */
do_action( 'ethpress_linked', $user, $provider );

/**
 * Filters the login redirect URL.
 *
 * @param string           $redirect_to           The redirect destination URL.
 * @param string           $requested_redirect_to The requested redirect destination URL passed as a parameter.
 * @param WP_User|WP_Error $user                  WP_User object if login was successful, WP_Error object otherwise.
 */
$redirect_to = apply_filters( 'login_redirect', $redirect_to, $requested_redirect_to, $user );

/**
 * For additional checks in addons
 *
 * @since 1.6.0
 *
 * @param \losnappas\Ethpress\Address $address.
 * @return \losnappas\Ethpress\Address|\WP_Error Return \WP_Error if address doesn't fulfill some condition.
 */
$address = apply_filters('ethpress_login_address', $address);

/**
 * For additional checks in addons
 *
 * @since 1.6.0
 *
 * @param string           $redirect_to           The redirect destination URL.
 * @param string           $requested_redirect_to The requested redirect destination URL passed as a parameter.
 * @param WP_User|WP_Error $user                  WP_User object if login was successful, WP_Error object otherwise.
 */
$redirect_to = apply_filters('ethpress_login_redirect', $redirect_to, $requested_redirect_to, $user);
DomainExposuresHeadersLast Checked
z*i*n*t.com βœ… F 2026-07-13 15:37:07
b*o*k*m.com πŸ‘€ F 2026-07-12 17:14:01
c*o*n*x.com (WP 6.9.4) πŸ‘€ F 2026-07-11 02:24:58
k*r*t*k*n.com (WP 7.0) βœ… F 2026-05-27 11:20:30
b*l*m*r*e*g*r*f*i*n*s.com βœ… F 2026-05-25 02:57:15

Top 50 Plugins

Plugin Count
elementor 1,792,936
contact-form-7 1,780,342
elementor-pro 1,061,250
woocommerce 822,396
revslider 618,455
jetpack 463,877
js_composer 427,777
wp-rocket 342,825
essential-addons-for-elementor-lite 269,321
complianz-gdpr 262,898
gravityforms 258,743
cookie-law-info 233,148
google-site-kit 231,811
instagram-feed 228,586
sitepress-multilingual-cms 214,486
header-footer-elementor 210,976
google-analytics-for-wordpress 209,627
bluehost-wordpress-plugin 193,604
elementskit-lite 184,176
gutenberg 167,565
cookie-notice 152,783
litespeed-cache 141,713
gutenberg-core 136,669
wpforms-lite 127,599
gtranslate 127,443
the-events-calendar 124,635
astra-sites 116,766
popup-maker 112,098
woocommerce-payments 111,669
tablepress 102,820
honeypot 98,927
astra-addon 95,327
coblocks 93,119
wp-smushit 92,381
duracelltomi-google-tag-manager 91,729
all-in-one-seo-pack 91,161
layerslider 91,115
bb-plugin 86,988
premium-addons-for-elementor 86,058
akismet 85,929
cleantalk-spam-protect 83,989
mailchimp-for-wp 83,396
ml-slider 83,095
megamenu 81,570
woocommerce-gateway-stripe 80,793
fusion-builder 78,562
ewww-image-optimizer 77,492
smart-slider-3 77,443
jet-engine 77,324
wp-pagenavi 77,305

Top 50 Themes

Theme Count
hello-elementor 626,250
Divi 505,341
astra 422,701
flatsome 136,320
Avada 123,324
generatepress 116,647
pub 94,913
oceanwp 82,380
kadence 80,108
enfold 70,672
salient 66,236
twentyseventeen 55,134
twentytwentyfour 53,104
betheme 52,948
bb-theme 52,827
blocksy 51,629
cocoon-master 50,331
h4 47,190
dt-the7 46,094
twentytwentyfive 44,741
woodmart 39,726
neve 38,906
Avada-Child-Theme 37,440
gox 36,226
bridge 32,152
twentytwentyone 30,858
lightning 30,280
twentytwenty 29,217
swell 28,457
bricks 26,519
Impreza 26,512
Newspaper 24,523
twentytwentythree 22,584
epik-redesign 19,449
twentytwentytwo 19,210
uncode 18,860
twentysixteen 17,792
pro 17,646
sydney 16,850
storefront 16,566
Total 14,731
hello-theme-child-master 14,090
extendable 13,782
factory-templates-4 13,749
themify-ultra 13,152
hestia 12,822
yith-wonder 12,820
yootheme 12,796
porto 12,132
twentynineteen 11,791