Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2012
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. echo '
  2. <h3>More Profile Information</h3>
  3. <table class="form-table">
  4. <tr>
  5. <th><label for="linkedin_url">LinkedIn Public Profile URL</label></th>
  6.  
  7. <td>
  8. // check it out right here
  9. <input type="text" name="linkedin_url" id="linkedin_url" value="' . esc_attr( get_the_author_meta( "linkedin_url", $user->ID ) ) . '" class="regular-text" /><br />
  10. <span class="description">Please enter your LinkedIn public profile URL.</span>
  11. </td>
  12. </tr>
  13. </table>';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement