Viewing 1 replies (of 1 total)
  • Plugin Author Rashed Latif

    (@rashedlatif)

    Use the following code in tt-sidebar-login.php.
    You can place the coded anywhere out side the class.

    function change_login_text ( $text ) {
             if ($text == 'Log In'){$text = 'Your Desired Text';}
                    return $text;
             }
    add_filter( 'gettext', 'change_login_text' );
Viewing 1 replies (of 1 total)
  • The topic ‘Changing the "Log In" text In the widget button’ is closed to new replies.