• Resolved sagetopia

    (@sagetopia)


    Think there is a mistake here:

    $all_subnav_items = array(
                    array(
                        ...
                        'slug' => bp_learndash_profile_courses_slug(),
                        ...
                    )
                );

    should be:

    $all_subnav_items = array(
                    array(
                        ...
                        'slug' => bp_learndash_profile_my_courses_slug(),
                        ...
                    )
                );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘bp_learndash_add_new_setup_nav()’ is closed to new replies.