Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

  • wschaefer1
    Participant

    @wschaefer1

    P.S. That didn’t work. 🙁


    wschaefer1
    Participant

    @wschaefer1

    Thank you @shanebp for your help. Much appreciated.


    wschaefer1
    Participant

    @wschaefer1

    Thank you for replying!

    I am not a developer, and I don’t want to affect the site in any way. So I need to be sure that adding this into functions.php will work to remove ONLY the activity feeds from MAILCHIMP:

    function bp_remove_feeds() {
    remove_action( ‘wp’, ‘bp_activity_action_sitewide_feed’, 3 );
    remove_action( ‘wp’, ‘bp_activity_action_personal_feed’, 3 );
    remove_action( ‘wp’, ‘bp_activity_action_friends_feed’, 3 );
    remove_action( ‘wp’, ‘bp_activity_action_my_groups_feed’, 3 );
    remove_action( ‘wp’, ‘bp_activity_action_mentions_feed’, 3 );
    remove_action( ‘wp’, ‘bp_activity_action_favorites_feed’, 3 );
    remove_action( ‘wp’, ‘groups_action_group_feed’, 3 );
    }
    add_action(‘init’, ‘bp_remove_feeds’);

    Can you answer yes or no?


    wschaefer1
    Participant

    @wschaefer1

    Can someone please help with this? Thank you!!


    wschaefer1
    Participant

    @wschaefer1

    Does anyone have the answer to this?? Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
Skip to toolbar