how to “output” a customer’s url

New to wordpress! Coming from Shopify where we can output certain customer data using code. Not sure if it’s possible over here, but I’d like to output the woocommerce customer’s website url on a page. Something like this possibly?

<?php 
echo esc_html( $current_user->Website ); ?>
  • This topic was modified 4 days ago by m21353153.



Source link