<table class="form-table"> <tr> <th><label for="paypal"><?php _e('PayPal Email','cp')?></label></th> <td> <input type="text" name="paypal_email" id="paypal_email" value="<?php echo esc_attr(get_the_author_meta('paypal_email', $user->ID)); ?>" class="regular-text" /> <span class="description"><?php _e('Please enter your PayPal email address.','cp')?></span> </td> </tr> </table>
<table class="form-table"> <tr> <th><label for="phone"><?php _e('Phone Number','cp')?></label></th> <td> <input type="text" name="phone_number" id="phone_number" value="<?php echo esc_attr(get_the_author_meta('phone_number', $user->ID)); ?>" class="regular-text" /> </td> </tr> </table>
There are currently 1 users browsing this thread. (0 members and 1 guests)