Notification bar in login page
-
Hello, we made a b2b e-shop and we want to add a top bar at login page.
Is that possible? I tried:
add_action('login_header', 'add_login_bar'); function add_login_bar() { $frontbar = WPFront_Notification_Bar::Instance(); $frontbar->write_markup(); }
But no effect.
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Notification bar in login page’ is closed to new replies.