AnsPress_Notification_Hook::new_answer()

Method: Add notification for new answer.

AnsPress_Notification_Hook::trash_answer()

Method: Remove all notifications related to answer when its get deleted.

AnsPress_Notification_Hook::select_answer()

Method: Notify user when their answer is selected.

AnsPress_Notification_Hook::unselect_answer()

Method: Remove notification when users answer get unselected.

AnsPress_Notification_Hook::new_comment()

Method: Notify user on new comment.

AnsPress_Notification_Hook::delete_comment()

Method: Remove notification on deleting comment.

AnsPress_Notification_Hook::vote_up()

Method: Award reputation when user recive an up vote.

AnsPress_Notification_Hook::vote_down()

Method: Notify when user recive an down vote.

AnsPress_Profile_Hooks::menu_link()

Method: Filter user menu links.

AnsPress_Profile_Hooks::user_pages()

Method: Register user profile pages.