Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,264
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,918
- Showcase
- 3,252
-
Hi,
you need this function: bb_get_location()
for example:
if (!in_array(bb_get_location(), array('login-page', 'register-page'))) {
login_form();
}