Notifications::ap_user_pages()

Method: Adds reputations tab in AnsPress authors page.

Notifications::notification_page()

Method: Display reputation tab content in AnsPress author page.

ap_before_notification_page

Action Hook: No description

Notifications::trash_question()

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

Notifications::new_answer()

Method: Add notification for new answer.

Notifications::trash_answer()

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

Notifications::select_answer()

Method: Notify user when their answer is selected.

Notifications::unselect_answer()

Method: Remove notification when users answer get unselected.

Notifications::new_comment()

Method: Notify user on new comment.

Notifications::delete_comment()

Method: Remove notification on deleting comment.