Advertisement
bphelp

Hiding Profile Field Group Example

Sep 21st, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. if ( is_user_logged_in() ) {
  3. ?>
  4. <style type="text/css">
  5. base-profile-group-1{
  6. display:none;
  7. }
  8. </style>
  9. <?php
  10. }
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement