Guest User

Untitled

a guest
Aug 24th, 2023
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. add_action( 'wp_head', function(){
  2.  
  3. ?>
  4.  
  5. <?php if( is_user_logged_in() ): ?>
  6.  
  7. li.xoo-el-login-tgr{
  8. display: block!important;
  9. visibility: hidden!important;
  10. }
  11.  
  12. <?php endif; ?>
  13.  
  14. <?php
  15. } );
  16.  
Advertisement
Add Comment
Please, Sign In to add comment