Replies
Viewing 3 posts - 1 through 3 (of 3 total)
Hi, I created bp-custom.php as you suggested but at the end of the registration process, the website returns this error:
add_filter( ‘bpdev_autoactivate_redirect_url’, ‘redirect_to_edit_profile’, 10, 2 ); function redirect_to_edit_profile( $profile_url, $user_id ) { return “http://instantcoach.me/welcome-instantcoach-community/”; }
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/admin/public_html/instantcoach.me/wp-content/plugins/bp-custom.php:6) in /home/admin/public_html/instantcoach.me/wp-content/plugins/wise-chat/src/dao/user/WiseChatUserSessionDAO.php on line 95May I put the code in the bp-custom.php file?
Thanks.
Viewing 3 posts - 1 through 3 (of 3 total)