• Helo WP Users,

    My problem, check online user from username, like this

    <?php
    
    if($login == "user1"){
    
    echo "user1 is login";
    }
    else{
    
    echo "user1 isn't login";
    
    }
    ?>

    this $login, WordPress code which can be?

    (Bad english because use Google translate ?? )

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘check online user from username’ is closed to new replies.