• Resolved cheonmu

    (@cheonmu)


    Hi,

    I want to put custom message below user id like this

    i put below functions, but not work.

    add_action( 'woocommerce_before_account_navigation','bbloomer_add_login_text' );
     
    function bbloomer_add_login_text() {
       echo '<p class="test">Tset</p>';
    }

    Please tell me how do i that.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add custom text below user id in my account page?’ is closed to new replies.