• Resolved hidekik

    (@hidekik)


    I need to do something very simple as call a hook after connection, or even just reload the page. But its not working… I checked the page Linker.php and even some functions as show the sucessed connection is working

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ethereumicoio

    (@ethereumicoio)

    Hi @hidekik

    Try to use the ethpress_login hook please:

    /**
     * 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 );
    
    Plugin Author ethereumicoio

    (@ethereumicoio)

    Closing for inactivity. Feel free to contact again if still have an issue please.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to do action after link account’ is closed to new replies.