Hide sub menu elements

Home Forums Legacy Support Support queries How-to & Troubleshooting Hide sub menu elements

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #377412
    shynkaryk
    Participant
    Hello! How can I delete elements in course sub menu of VibeBP Profile Menu? Which is on the screenshot: https://drive.google.com/file/d/1ovB2NdJNxV_uQtFaddme3UfGVJrCqDrB/view?usp=sharing For example, I want to delete element "Achievements".
    #377432
    shynkaryk
    Participant
    This reply has been marked as private.
    #377504
    Veronica
    Moderator
    hi please follow the tip now it will work
    #377550
    shynkaryk
    Participant
    Thanks. Followed, but it didn't help.
    #377633
    Veronica
    Moderator
    ok please ping me here we need to check this on local as well
    #377658
    shynkaryk
    Participant
    Ok. Waiting.
    #377771
    Veronica
    Moderator
    providing code in sometime
    #377773
    Veronica
    Moderator
    hi use this code::
    add_action( 'bp_init', function() {
    
     global $bp; 
    
    bp_core_remove_subnav_item( 'course', 'course-stats' ); 
    
    },10);
    tested on local and working
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hide sub menu elements’ is closed to new replies.