Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function custom_login_message() {
  2. $message = "<div class='tj-login' style='background-color: rgb(255, 255, 255); padding: 10px; text-align: left; border-left: 5px solid rgb(231, 76, 60);'><p>Username: Coba</p><p>Password: 123456</p></div>";
  3. return $message;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement