Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,845
- How-to & Troubleshooting
- 129,862
- Creating & Extending
- 25,888
- Requests & Feedback
- 9,534
- Third Party Plugins
- 9,832
- Showcase
- 3,316
- Ideas
- 1,402
- Miscellaneous
- 9,178
-
Hmm. Doesn’t seem to like a numeric parameter:
Parse error: syntax error, unexpected T_LNUMBER in
/xampp/htdocs/testsite/wp-content/themes/bp-childtheme/functions.php on line 41
using
function xe_redirect() {
if (bp_is_front_page()) {
header("Location: http://localhost.localdomain/testsite/members/");
}
}
add_action( 'bp_init', 'xe_redirect' 1);