add_filter( 'gettext', 'change_cart_text' ); add_filter( 'ngettext', 'change_cart_text' ); function change_cart_text( $translated ) { if ( $translated == 'Cart' ) { return 'Your Cart'; // Change this text } return $translated; }
Select Page

Lost password

Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.