• Resolved kjc

    (@kevinyellowjacketca)


    Hi, I would like to exclude BP docs updates from activity stream / email notifications. Can you let me know how to do this? Thanks, Kevin

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Cavins

    (@dcavins)

    You can add this line to wherever you save your custom code:

    remove_action( 'bp_docs_doc_saved', 'bp_docs_post_activity' );

    That will prevent the activity items from being created.

    Thread Starter kjc

    (@kevinyellowjacketca)

    Ok, thank you … Kevin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable notifications’ is closed to new replies.