How to change this damn message.

[ad_1]

Hello friends, I've been trying to change this damn message for weeks, I use WooCommerce and Astra theme and I literally just want to edit this text. Does anyone know the path of the code file that I can edit this text? Thank you very much.

[ad_2]
2 Comments
  1. You can try this code (I have not tested it):

    function change_account_text($translated_text, $text, $domain) {

    if ($translated_text == ‘Already have an account’) {

    $translated_text = ‘Your New Text Here’;

    }

    return $translated_text;

    }

    add_filter(‘gettext’, ‘change_account_text’, 20, 3);

  2. Non destructively you can use a language translation plugin to locate that text and make a language file for it, but you could also modify the PHP in the child theme, or you can go lazy and replace it on the fly with custom JS. All options will work tho

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer