Advertisement
afsarwebdev

Conditional style wordpress admin bar with php

Aug 29th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php if ( is_user_logged_in() ) { ?>
  2. <style type="text/css">#wpadminbar{bottom: 60px !important;}</style>
  3. <?php } // end if ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement