Remove Cover Image tab

Home Forums WPLMS AddOns WPLMS Batches Remove Cover Image tab

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #114281
    andreas1234567
    Spectator

    In batch manage page, how we can remove COVER IMAGE  tab and access to that page?  (/groups/{batch_name}/admin/group-cover-image/)

    please note we are interested in php, not css solution: #buddypress .item-list-tabs#subnav ul li#change-cover-image-personal-li {display:none;}

    Thanks. TK

    #114585
    H.K. Latiyan
    Participant
    Try adding the bellow code in your wplms-customizer.php file: add_filter('bp_is_groups_cover_image_active',function($x){         return false;     });
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Cover Image tab’ is closed to new replies.