Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove Share & Subcribe in forums?

Viewing 1 replies (of 1 total)

  • Robin W
    Moderator

    @robin-w

    the following code in your function file will remove the subscribe

    function remove_subscribe () {
    $retval=false ;
    return $retval ;
    }
    
    add_filter( 'bbp_get_topic_subscribe_link', 'remove_subscribe' );

    ‘share’ is a buddypress function I suspect – sorry I know nothing of buddypress !

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar