test

%1$s (not %1$s? Sign out).’, ‘woocommerce’ ) . ‘ ‘,
$current_user->display_name,
wp_logout_url( get_permalink( wc_get_page_id( ‘myaccount’ ) ) )
);

printf( __( ‘From your account dashboard you can view your recent orders, manage your shipping and billing addresses and edit your password and account details.’, ‘woocommerce’ ),
wc_customer_edit_account_url()
);
?>