• Hello,

    congratulation and thank you for your efforts.

    I have read in another topic that this code should add all the BP menu in your plugin, but it’s not clear to me how to edit and where to insert this code (yes, I’m not an expert)…

    Thank you again and I wait for a premium plugin to buy immediately for this fundamental functionality.

    Have a nice day!

    Giuseppe

    function redirectAfterProfileDisplay() {
    $location = bp_core_get_user_domain(bp_displayed_user_id()).’slug_name’;
    bp_core_redirect($location);
    return;
    }
    add_action(‘xprofile_screen_display_profile’,’redirectAfterProfileDisplay’ );

  • The topic ‘Show Default Menu Pages’ is closed to new replies.