Forums
-
- Forum
- Posts
-
- Installation
- 28,498
- Troubleshooting
- 62,605
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,971
- Showcase
- 3,256
-
Hi,
you need this function: bb_get_location()
for example:
if (!in_array(bb_get_location(), array('login-page', 'register-page'))) {
login_form();
}