I’m trying that : <?php $phone = get_user_meta($current_user->ID,'phone_number',true); echo $phone; ?> But it’s not working 5 Answers 5 <?php // number 9 will ...
-
June 3, 2022
- 0 Comments