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